removed bitwarden desktop because unstable pkgs had a broken version,

tried more stylix stuff but none worked
This commit is contained in:
Gabriella Bere 2024-10-20 18:55:06 +01:00
parent 49f6bc0926
commit f33e598e0b
7 changed files with 107 additions and 111 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }: {
# stylix = {
# enable = true;
## base16Scheme = "${pkgs.base16-schemes}/share/themes/icy.yaml";
# stylix.image = /home/blue/Pictures/wallpaper.png;
# };
stylix = {
enable = true;
# base16Scheme = "${pkgs.base16-schemes}/share/themes/icy.yaml";
image = ./wallpaper.png;
};
}