Update files
This commit is contained in:
@@ -31,7 +31,9 @@
|
|||||||
".local/share/Enpass"
|
".local/share/Enpass"
|
||||||
".local/share/Steam"
|
".local/share/Steam"
|
||||||
".local/share/station"
|
".local/share/station"
|
||||||
|
".local/share/keyrings"
|
||||||
".local/state/station"
|
".local/state/station"
|
||||||
|
".local/state/wireplumber"
|
||||||
".ssh"
|
".ssh"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
rustc # Rust compiler
|
rustc # Rust compiler
|
||||||
rustfmt # Rust formatter
|
rustfmt # Rust formatter
|
||||||
satty # Screenshot editor TODO: Figure out and configure
|
satty # Screenshot editor TODO: Figure out and configure
|
||||||
|
seahorse # GNOME Keyring manager
|
||||||
sshpass # SSH with password in CLI, used by install scripts
|
sshpass # SSH with password in CLI, used by install scripts
|
||||||
swaybg # Wayland wallpaper utility
|
swaybg # Wayland wallpaper utility
|
||||||
tldr # Simplified man pages
|
tldr # Simplified man pages
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
autoLogin.user = "chris";
|
autoLogin.user = "chris";
|
||||||
defaultSession = "hyprland-uwsm";
|
defaultSession = "hyprland-uwsm";
|
||||||
};
|
};
|
||||||
|
gnome.gnome-keyring.enable = true;
|
||||||
};
|
};
|
||||||
security.pam.services.sddm.enableGnomeKeyring = true;
|
security.pam.services.sddm.enableGnomeKeyring = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user