Fix on icon used

This commit is contained in:
2026-04-05 19:51:35 +02:00
parent 17081e74cb
commit 9ec005ee04
2 changed files with 8 additions and 3 deletions
@@ -5,6 +5,10 @@
}: }:
with lib.hm.gvariant; with lib.hm.gvariant;
{ {
home.packages = with pkgs; [
numix-icon-theme-circle
];
dconf = { dconf = {
enable = true; enable = true;
settings = { settings = {
@@ -41,6 +45,7 @@ with lib.hm.gvariant;
}; };
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
icon-theme = "Numix-Circle-Light";
accent-color = "teal"; accent-color = "teal";
color-scheme = "prefer-dark"; color-scheme = "prefer-dark";
}; };
@@ -14,18 +14,18 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/49a3d223-2cae-402a-a4d9-8b3c756baf81"; { device = "/dev/disk/by-uuid/aefbc111-4509-41a7-95eb-3fe0156cdb7a";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/C50E-1F4D"; { device = "/dev/disk/by-uuid/54CF-1148";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ]; options = [ "fmask=0077" "dmask=0077" ];
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/c682951b-6b1b-4da3-af59-3ee4d529bb3f"; } [ { device = "/dev/disk/by-uuid/935f7db9-a0b5-47be-a22f-d1b775d3b972"; }
]; ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";