Remove blur my shell
This commit is contained in:
parent
c1113a75e2
commit
92f6ebe203
2 changed files with 9 additions and 4 deletions
|
@ -1,10 +1,15 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
||||
iconTheme = {
|
||||
name = "";
|
||||
package = pkgs.papirus-icon-theme.override {color = "#5E81AC";};
|
||||
name = "Papirus";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
|
||||
# cursorTheme = {
|
||||
# name = "GoogleDot-Blue";
|
||||
# package = pkgs.nordzy-cursor-theme;
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue