Compare commits

...

2 Commits

Author SHA1 Message Date
mir
1cc1ee3e36 kitty: font 2024-04-12 08:30:37 -08:00
mir
3b49a109dd galvatron: machine ID for zfs 2024-04-12 08:30:14 -08:00
2 changed files with 8 additions and 1 deletions

View File

@ -76,7 +76,10 @@
# experimentalGPUInstallMode = "overlay";
};
boot.loader.efi.canTouchEfiVariables = false;
networking.hostName = "galvatron";
networking = {
hostName = "galvatron";
hostId = "57184c38";
};
sound.enable = true; # only on unstable?
}
./hardware/galvatron-hw.nix

View File

@ -70,7 +70,11 @@ with lib.hm.gvariant;
MOZ_USE_XINPUT2 = "1";
};
programs.kitty = {
# format from https://johns.codes/blog/organizing-system-configs-with-nixos
enable = true;
settings = {
font_family = "MesloLGS NF";
};
};
# environment.systemPackages = with pkgs; [
# (python3.withPackages(