initial commit
This commit is contained in:
commit
ddd861496e
16 changed files with 361 additions and 0 deletions
11
users/home-default.nix
Normal file
11
users/home-default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ osConfig, ... }:
|
||||
|
||||
{
|
||||
programs.home-manager.enable = true;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home = {
|
||||
stateVersion = osConfig.system.stateVersion;
|
||||
enableNixpkgsReleaseCheck = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue