Compare commits
No commits in common. "1cc1ee3e3615ceed0485cc83a8fad39895fa9e23" and "0481cc019aabb758149d4bd088a3ced9536b9412" have entirely different histories.
1cc1ee3e36
...
0481cc019a
@ -76,10 +76,7 @@
|
|||||||
# experimentalGPUInstallMode = "overlay";
|
# experimentalGPUInstallMode = "overlay";
|
||||||
};
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = false;
|
boot.loader.efi.canTouchEfiVariables = false;
|
||||||
networking = {
|
networking.hostName = "galvatron";
|
||||||
hostName = "galvatron";
|
|
||||||
hostId = "57184c38";
|
|
||||||
};
|
|
||||||
sound.enable = true; # only on unstable?
|
sound.enable = true; # only on unstable?
|
||||||
}
|
}
|
||||||
./hardware/galvatron-hw.nix
|
./hardware/galvatron-hw.nix
|
||||||
|
4
home.nix
4
home.nix
@ -70,11 +70,7 @@ with lib.hm.gvariant;
|
|||||||
MOZ_USE_XINPUT2 = "1";
|
MOZ_USE_XINPUT2 = "1";
|
||||||
};
|
};
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
# format from https://johns.codes/blog/organizing-system-configs-with-nixos
|
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
|
||||||
font_family = "MesloLGS NF";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
# environment.systemPackages = with pkgs; [
|
# environment.systemPackages = with pkgs; [
|
||||||
# (python3.withPackages(
|
# (python3.withPackages(
|
||||||
|
Loading…
Reference in New Issue
Block a user