nixos: fix org icon path and disable conflicting power services

This commit is contained in:
2026-02-10 22:42:53 -08:00
committed by Kat Huang
parent 7757fc1719
commit d42db28301
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ let
}; };
}; };
repoIcons = { repoIcons = {
org = "text-org"; org = "${pkgs.papirus-icon-theme}/share/icons/Papirus/64x64/mimetypes/text-org.svg";
password-store = "password"; password-store = "password";
}; };
in { in {

View File

@@ -64,6 +64,8 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
services.asusd.enable = true; services.asusd.enable = true;
services.power-profiles-daemon.enable = false;
services.tlp.enable = false;
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/fc06a54c-cc45-423a-914b-8dfcb5939106"; device = "/dev/disk/by-uuid/fc06a54c-cc45-423a-914b-8dfcb5939106";