nix: things
Anirudh Oppiliappan x@icyphox.sh
Wed, 01 Nov 2023 20:26:56 +0200
3 files changed,
2 insertions(+),
4 deletions(-)
M
nix/home.nix
→
nix/home.nix
@@ -13,6 +13,7 @@ ./services
]; fonts.fontconfig.enable = true; + manual.manpages.enable = false; home.stateVersion = "23.05"; home.username = "icy";@@ -47,7 +48,7 @@ akonadi
go evolution dconf - plan9patched + chromium ] ++ (import ./bin { inherit pkgs host; });
M
nix/hosts/wyndle/configuration.nix
→
nix/hosts/wyndle/configuration.nix
@@ -66,7 +66,6 @@
nixpkgs.overlays = with self.overlays; [ nvim-nightly prompt - plan9patched ]; environment = {
M
nix/hosts/wyndle/hardware-configuration.nix
→
nix/hosts/wyndle/hardware-configuration.nix
@@ -31,6 +31,4 @@
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.opengl.enable = true; hardware.nvidia.modesetting.enable = false; - # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; }