aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-18 12:04:07 -0400
committerRosa <rosaontheweb@proton.me>2026-03-18 12:04:07 -0400
commitcad9638875c04122b04d47242ddfc76e21e77029 (patch)
treed80077f45b7b0d7513b3af0dabe6d2d992c846b7 /flake.nix
parentce19b701046c064a1eb39098d8537b2c4964a86e (diff)
progress on sway configuration
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 703c26a..a9b3030 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,10 +32,10 @@
}:
nixpkgs.lib.nixosSystem {
modules = [
- ./common/core.nix
./hosts/${hostName}
./hosts/${hostName}/hardware-configuration.nix
./modules # include custom system modules
+ ./modules/core.nix # always include core settings
{ networking.hostName = hostName; }
]
++ additionalModules;