Modularize nixos config

This commit is contained in:
2025-12-15 18:54:42 +01:00
parent ba2f861ad4
commit d7d08e28be
4 changed files with 16 additions and 14 deletions
+2
View File
@@ -1,6 +1,8 @@
{
imports = [
./fish.nix
./firefox.nix
./hyprland.nix
./ly.nix
];
}
+3
View File
@@ -0,0 +1,3 @@
{
programs.firefox.enable = true;
}
+3
View File
@@ -0,0 +1,3 @@
{
services.displayManager.ly.enable = true;
}