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

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

View file

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