diff --git a/nixos/git-sync.nix b/nixos/git-sync.nix index 4427d1f6..0778cdfb 100644 --- a/nixos/git-sync.nix +++ b/nixos/git-sync.nix @@ -8,7 +8,7 @@ let }; }; repoIcons = { - org = "text-org"; + org = "${pkgs.papirus-icon-theme}/share/icons/Papirus/64x64/mimetypes/text-org.svg"; password-store = "password"; }; in { diff --git a/nixos/machines/strixi-minaj.nix b/nixos/machines/strixi-minaj.nix index 8c252890..7de4048f 100644 --- a/nixos/machines/strixi-minaj.nix +++ b/nixos/machines/strixi-minaj.nix @@ -64,6 +64,8 @@ boot.loader.efi.canTouchEfiVariables = true; services.asusd.enable = true; + services.power-profiles-daemon.enable = false; + services.tlp.enable = false; fileSystems."/" = { device = "/dev/disk/by-uuid/fc06a54c-cc45-423a-914b-8dfcb5939106";