all repos — dotfiles @ 0cd32a4982c6e6f43b0d1473de0c5b8c7c6f8256

my *nix dotfiles

nix: things
Anirudh Oppiliappan x@icyphox.sh
Wed, 01 Nov 2023 20:26:56 +0200
commit

0cd32a4982c6e6f43b0d1473de0c5b8c7c6f8256

parent

5418f7aef0eee82c89c0b7d99a4f38837548b907

3 files changed, 2 insertions(+), 4 deletions(-)

jump to
M nix/home.nixnix/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.nixnix/hosts/wyndle/configuration.nix

@@ -66,7 +66,6 @@

nixpkgs.overlays = with self.overlays; [ nvim-nightly prompt - plan9patched ]; environment = {
M nix/hosts/wyndle/hardware-configuration.nixnix/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; }