summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-30 11:33:37 +0100
committerandromeda <andromeda@lenovo>2025-12-30 11:34:27 +0100
commit424e2015ae671ad7c4409d201cad7b99abc34aa0 (patch)
tree8aab801a3e0e71bc32f85b19dffdbb9719274085 /flake.nix
parent8daeb01ea96148d422750805592793d8bcbfae11 (diff)
parent9a089ea5090c72e363446b1576724edfbdb42c81 (diff)
bug fixes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index dad3a4f..f71dc4e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,7 +33,7 @@
stylix,
...
}: let
- laptop = import ./machines/laptop.nix;
+ laptop = import ./machines/laptop/machine.nix;
in {
nixosConfigurations.${laptop.hostname} = nixpkgs.lib.nixosSystem {
system = laptop.system;
@@ -66,7 +66,7 @@
impermanence.nixosModules.impermanence
noshell.nixosModules.default
./configuration.nix
- ./hardware-configuration.nix
+ laptop.hardware-configuration
];
};
};