Change icon themes
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
with lib.hm.gvariant;
|
with lib.hm.gvariant;
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
numix-icon-theme-circle
|
numix-icon-theme-square
|
||||||
];
|
];
|
||||||
|
|
||||||
dconf = {
|
dconf = {
|
||||||
@@ -45,7 +45,7 @@ with lib.hm.gvariant;
|
|||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
icon-theme = "Numix-Circle-Light";
|
icon-theme = "Numix-Square";
|
||||||
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/aefbc111-4509-41a7-95eb-3fe0156cdb7a";
|
{ device = "/dev/disk/by-uuid/dea123c8-5a65-4637-94d9-ac324beed603";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/54CF-1148";
|
{ device = "/dev/disk/by-uuid/6189-8EE6";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0077" "dmask=0077" ];
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/935f7db9-a0b5-47be-a22f-d1b775d3b972"; }
|
[ { device = "/dev/disk/by-uuid/7e2aa251-7a5b-4352-935f-470bdc1b8bcd"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
|
|||||||
Reference in New Issue
Block a user