minor bug fix, Papirus icon theme
This commit is contained in:
9
home.nix
9
home.nix
@@ -66,8 +66,7 @@
|
|||||||
(writeShellScriptBin "reload" ''
|
(writeShellScriptBin "reload" ''
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
echo "rebuilding home.nix..."
|
echo "rebuilding home.nix..."
|
||||||
home-manager switch
|
home-manager switch -b backup
|
||||||
rm switch.log
|
|
||||||
'')
|
'')
|
||||||
|
|
||||||
(writeShellScriptBin "update" ''
|
(writeShellScriptBin "update" ''
|
||||||
@@ -287,8 +286,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Tela";
|
name = "Papirus";
|
||||||
package = pkgs.tela-icon-theme;
|
package = pkgs.papirus-icon-theme;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -350,7 +349,7 @@
|
|||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
enable-hot-corners = false;
|
enable-hot-corners = false;
|
||||||
cursor-theme = "Bibata-Modern-Classic";
|
cursor-theme = "Bibata-Modern-Classic";
|
||||||
icon-theme = "Tela";
|
icon-theme = "Papirus";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/vitals" = {
|
"org/gnome/shell/extensions/vitals" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user