3/20
This commit is contained in:
parent
817aa75f84
commit
c9e64ce287
25 changed files with 535 additions and 276 deletions
|
|
@ -1,10 +1,17 @@
|
|||
{attrs, ...}: {
|
||||
{ attrs, ... }:
|
||||
{
|
||||
programs.home-manager.enable = true;
|
||||
home = {
|
||||
inherit (attrs) username;
|
||||
stateVersion = "22.11";
|
||||
homeDirectory = "/home/" + attrs.username;
|
||||
};
|
||||
imports = [./shared/programs/shell];
|
||||
imports = [ ./shared/programs/shell ];
|
||||
xdg.enable = true;
|
||||
|
||||
xdg.configFile."nixpkgs/config.nix".text = ''
|
||||
{
|
||||
allowUnfree = true;
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue