nvf refactoring, devshell working
This commit is contained in:
parent
8e2371ddf6
commit
9a25c80e74
17 changed files with 100 additions and 310 deletions
|
@ -16,8 +16,10 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
home-manager = {
|
||||
verbose = true;
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
backupFileExtension = "hm.old";
|
||||
extraSpecialArgs = {inherit inputs self;};
|
||||
users.${username} = {
|
||||
programs = {
|
||||
|
@ -33,6 +35,12 @@ in {
|
|||
homeDirectory = "/home/${username}";
|
||||
stateVersion = lib.mkDefault "23.11";
|
||||
};
|
||||
|
||||
manual = {
|
||||
manpages.enable = false;
|
||||
html.enable = false;
|
||||
json.enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue