24.05 + polymc

This commit is contained in:
2024-06-01 11:51:06 -06:00
parent 320f140f52
commit 84f2ea8d53
8 changed files with 39 additions and 40 deletions

View File

@@ -14,7 +14,7 @@
extraSpecialArgs = { inherit inputs outputs; };
users.jawz = import ./home-manager/default.nix;
};
system.stateVersion = "23.11";
system.stateVersion = "24.05";
time = {
timeZone = "America/Mexico_City";
hardwareClockInLocalTime = true;
@@ -122,6 +122,10 @@
};
};
programs = {
nh = {
enable = true;
clean.enable = true;
};
starship.enable = true;
tmux.enable = true;
fzf.fuzzyCompletion = true;
@@ -143,7 +147,7 @@
};
avahi = {
enable = true;
nssmdns = true;
nssmdns4 = true;
};
openssh = {
enable = true;