treewide: slim down and reorganize config

This commit is contained in:
insects 2024-10-29 15:37:30 +01:00
parent 778775ceb6
commit 8a5be644b8
33 changed files with 131 additions and 755 deletions

View file

@ -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 = {

View file

@ -1 +1 @@
{ ... }: { imports = [ ./steam.nix ./flatpak.nix ]; }
{ ... }: { imports = [ ./flatpak.nix ]; }

View file

@ -1,4 +0,0 @@
{ ... }: {
security.pam.services.swaylock = { };
services.blueman.enable = true;
}

View file

@ -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";
}