aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-04-15 23:57:01 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-04-15 23:57:01 -0700
commitae7994f09eb10c6bb3a26cfbad9b9b6ec7ad9dde (patch)
treea82cd06ccdd8bd0803af4ecc41da03750f2c4a20 /flake.nix
parent624c07e8680501a00b3edd45476a6380127aaad7 (diff)
downloadnix-ae7994f09eb10c6bb3a26cfbad9b9b6ec7ad9dde.tar
nix-ae7994f09eb10c6bb3a26cfbad9b9b6ec7ad9dde.tar.gz
nix-ae7994f09eb10c6bb3a26cfbad9b9b6ec7ad9dde.tar.bz2
nix-ae7994f09eb10c6bb3a26cfbad9b9b6ec7ad9dde.tar.lz
nix-ae7994f09eb10c6bb3a26cfbad9b9b6ec7ad9dde.tar.xz
nix-ae7994f09eb10c6bb3a26cfbad9b9b6ec7ad9dde.tar.zst
nix-ae7994f09eb10c6bb3a26cfbad9b9b6ec7ad9dde.zip
Update disko installer and finalize VM configuration
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index a1dfb8e..31916d3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -40,9 +40,9 @@
system = "x86_64-linux";
modules = [
./hosts/richese
- #home-manager-unstable.nixosModules.home-manager {
- # home-manager.users.nipsy = import ./home/nipsy/richese.nix;
- #}
+ home-manager-unstable.nixosModules.home-manager {
+ home-manager.users.nipsy = import ./home/nipsy/richese.nix;
+ }
];
};
};