summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-07 16:08:55 +0530
committerbrustybee <bee@4d2.org>2026-03-07 16:08:55 +0530
commitf7cb0d04c68e642f7ec601b01e6cddde4030a38e (patch)
treed2a29aa2eb8054ec2c353f86893f1ddb8c358d75 /flake.nix
parenta66420ef3c05c1af49f3c512c75d0c48ed0e1241 (diff)
add bunch programs & switch to standalone HM
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 100ac9a..484b259 100644
--- a/flake.nix
+++ b/flake.nix
@@ -43,7 +43,7 @@
merge = builtins.foldl' nixpkgs.lib.recursiveUpdate { };
in
merge [
- (mkSystemWithHMasModule {
+ (mkSystemWithHM {
user = "bee";
hostname = "nixios";
system = "x86_64-linux";