Compare commits

..

No commits in common. "950e7dbc2e0649f6241686bad998b9ae7cf67886" and "c336a12ce582ec2d7ccec1b1fb9dc4577bab20f9" have entirely different histories.

2 changed files with 0 additions and 31 deletions

View file

@ -14,8 +14,6 @@
i18n.defaultLocale = "en_US.UTF-8";
console.font = "Lat2-Terminus16";
security.polkit.enable = true;
services.pipewire = {
enable = true;
pulse.enable = true;

View file

@ -51,25 +51,6 @@
};
};
xdg.portal.config = {
common.default = [ "gtk" "gnome" ];
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
};
systemd.user.services.polkit-gnome-authentication-agent-1 = {
description = "polkit-gnome-authentication-agent-1";
wantedBy = [ "graphical-session.target" ];
wants = [ "graphical-session.target" ];
after = [ "graphical-session.target" ];
serviceConfig = {
Type = "simple";
ExecStart =
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;
};
};
services.ssh-agent.enable = true;
services.flatpak.packages = [
@ -443,14 +424,4 @@
};
programs.alacritty.enable = true;
services.mako = {
enable = true;
backgroundColor = "#202020e0";
borderColor = "#ffffff80";
borderRadius = 10;
borderSize = 1;
defaultTimeout = 4000;
font = "Noto Sans";
};
}