summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFreya Murphy <fmurphy@redcom.com>2025-09-18 08:44:20 -0400
committerFreya Murphy <fmurphy@redcom.com>2025-09-18 20:37:46 -0400
commit09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5 (patch)
tree39ad6611657ff68b81d01069572c3f1c76329409 /flake.nix
parentfix typo (diff)
downloaddotfiles-nix-09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5.tar.gz
dotfiles-nix-09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5.tar.bz2
dotfiles-nix-09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5.zip
hosts: add work vm
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8121cc8..4dcc111 100644
--- a/flake.nix
+++ b/flake.nix
@@ -92,9 +92,10 @@
modules = [
./home
./options.nix
- (self.lib.customConfig hostModule.config)
+ (self.lib.homeConfig hostModule.config)
{
nixpkgs.config.allowUnfree = true;
+ programs.home-manager.enable = nixpkgs.lib.mkForce false;
}
];
};
@@ -111,6 +112,7 @@
kaworu = mkHome ./hosts/kaworu "x86_64-linux";
thinkpad = mkHome ./hosts/thinkpad "x86_64-linux";
wsl = mkHome ./hosts/wsl "x86_64-linux";
+ kagamine = mkHome ./hosts/work "x86_64-linux";
};
lib = import ./lib {