aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-04-15 01:37:27 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-04-15 01:37:27 -0700
commit624c07e8680501a00b3edd45476a6380127aaad7 (patch)
treef3c65be08420e77c61c5fcf312885c5ef5cd7cd0 /flake.nix
parent853984814b50305386fa531dbc2ebb2c2c65af42 (diff)
downloadnix-624c07e8680501a00b3edd45476a6380127aaad7.tar
nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.gz
nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.bz2
nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.lz
nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.xz
nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.zst
nix-624c07e8680501a00b3edd45476a6380127aaad7.zip
Split core packages more, improve installer and set richese to minimal packages for testing
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 31916d3..a1dfb8e 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;
+ #}
];
};
};