treewide: slim down and reorganize config
This commit is contained in:
parent
778775ceb6
commit
8a5be644b8
33 changed files with 131 additions and 755 deletions
|
@ -35,7 +35,6 @@
|
|||
|
||||
# set up a keyring
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.hyprland.enableGnomeKeyring = true;
|
||||
|
||||
# set up ausweisapp for online german government login
|
||||
programs.ausweisapp = {
|
||||
|
|
|
@ -1 +1 @@
|
|||
{ ... }: { imports = [ ./steam.nix ./flatpak.nix ]; }
|
||||
{ ... }: { imports = [ ./flatpak.nix ]; }
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{ ... }: {
|
||||
security.pam.services.swaylock = { };
|
||||
services.blueman.enable = true;
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
../services/postgres.nix
|
||||
../desktop
|
||||
../desktop/plasma.nix
|
||||
../desktop/steam.nix
|
||||
];
|
||||
|
||||
nixpkgs = { config = { allowUnfree = true; }; };
|
||||
|
@ -70,9 +71,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# hyprland stuff
|
||||
programs.hyprland = { enable = true; };
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue