fixed some 24.05 quirks
This commit is contained in:
6
base.nix
6
base.nix
@@ -68,6 +68,7 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
documentation = { enable = false; };
|
||||
users.groups.piracy.gid = 985;
|
||||
environment = {
|
||||
systemPackages = with pkgs; [ wget ];
|
||||
@@ -122,10 +123,7 @@
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
};
|
||||
nh.enable = true;
|
||||
starship.enable = true;
|
||||
tmux.enable = true;
|
||||
fzf.fuzzyCompletion = true;
|
||||
|
||||
Reference in New Issue
Block a user