builds on laptop

This commit is contained in:
2025-01-12 11:19:11 -06:00
parent 8521e7d0b4
commit c90c05ffae
3 changed files with 104 additions and 94 deletions

View File

@@ -12,7 +12,6 @@
#home-manager.nixosModules.default
#system.nixosModule
];
config = {
@@ -49,7 +48,7 @@
extraSpecialArgs = { inherit inputs; };
users = {
"nathan" = lib.mkMerge [
inputs.nathan.homeManagerModule
inputs.nathan-home-manager
{
config.homeconfig = {
impermanence.enable = false;