added a bunch of nixos modules

This commit is contained in:
2026-09-01 23:16:16 +02:00
parent cfa9ff6a54
commit 054f3f9994
31 changed files with 302 additions and 19 deletions
+4
View File
@@ -3,6 +3,10 @@
flake.modules.nixos.desktop = { ... }: {
imports = [
self.modules.nixos.hyprland
self.modules.nixos.noctalia-greeter
self.modules.nixos.xserver
self.modules.nixos.gnome-services
self.modules.nixos.wayland
];
};
flake.modules.homeManager.desktop = { ... }: {