feat(sway): null for HM package + gnome polkit

This commit is contained in:
winston 2023-06-28 23:00:10 +02:00
parent cdacc55d66
commit bf5c3febb5
Signed by: winston
GPG key ID: 3786770EDBC2B481
4 changed files with 11 additions and 2 deletions

View file

@ -54,6 +54,7 @@ in {
in
lib.mkIf isLinux {
enable = true;
package = null;
config = rec {
inherit modifier;
focus.wrapping = "no";
@ -79,6 +80,9 @@ in {
'';
always = true;
}
{
command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
}
];
workspaceAutoBackAndForth = true;
terminal = lib.getExe config.programs.wezterm.package;

View file

@ -24,7 +24,6 @@
i18n.defaultLocale = "en_US.UTF-8";
services = {
blueman.enable = true;
openssh.enable = true;
pcscd.enable = true;
};

View file

@ -32,6 +32,12 @@ in {
services.greetd.settings.default_session.command = "${lib.getExe config.programs.sway.package} --config ${greetdConfig}";
services.gnome.gnome-keyring.enable = true;
programs.hyprland = {
enable = true;
xwayland.enable = true;
xwayland.hidpi = true;
};
security.pam = {
u2f = {
enable = true;
@ -73,5 +79,6 @@ in {
accent = "pink";
})
numix-cursor-theme
xorg.xprop
];
}

View file

@ -15,7 +15,6 @@
i18n.defaultLocale = "en_US.UTF-8";
services = {
blueman.enable = true;
openssh.enable = true;
pcscd.enable = true;
transmission.enable = true;