activate home manager
This commit is contained in:
parent
a4b72beaaf
commit
7d9618c5a0
|
@ -16,7 +16,12 @@
|
||||||
modules = [ ( import ./base ) ];
|
modules = [ ( import ./base ) ];
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations."fabian@posixlycorrect" = {};
|
homeConfigurations."fabian@posixlycorrect" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
configuration = import ./home;
|
||||||
|
username = "fabian";
|
||||||
|
homeDirectory = "/home/fabian";
|
||||||
|
stateVersion = "21.11";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# configurable = [ neovim zsh keyboardlayout pulsaudio vscodium i3-gaps dunst rofi ];
|
# configurable = [ neovim zsh keyboardlayout pulsaudio vscodium i3-gaps dunst rofi ];
|
||||||
|
|
Loading…
Reference in a new issue