fix(stylix): difference between nixos & home-manager options
This commit is contained in:
parent
48ad6caec9
commit
8ed040dd0e
2 changed files with 2 additions and 9 deletions
|
|
@ -6,10 +6,6 @@
|
|||
polarity = "dark";
|
||||
base16Scheme = ./neovim_default_scheme.yaml;
|
||||
|
||||
# fix wallpaper set error when not running under kde plasma
|
||||
# see https://github.com/danth/stylix/issues/340
|
||||
targets.kde.enable = false;
|
||||
|
||||
cursor = {
|
||||
package = breezex-cursor;
|
||||
name = "BreezeX-Light";
|
||||
|
|
@ -39,9 +35,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# fix cursor size for some apps
|
||||
home.sessionVariables = {
|
||||
XCURSOR_SIZE = 24;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue