Fix on icon used
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
}:
|
||||
with lib.hm.gvariant;
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
numix-icon-theme-circle
|
||||
];
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@@ -41,6 +45,7 @@ with lib.hm.gvariant;
|
||||
};
|
||||
|
||||
"org/gnome/desktop/interface" = {
|
||||
icon-theme = "Numix-Circle-Light";
|
||||
accent-color = "teal";
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
|
||||
@@ -14,18 +14,18 @@
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/49a3d223-2cae-402a-a4d9-8b3c756baf81";
|
||||
{ device = "/dev/disk/by-uuid/aefbc111-4509-41a7-95eb-3fe0156cdb7a";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/C50E-1F4D";
|
||||
{ device = "/dev/disk/by-uuid/54CF-1148";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user