added stylix but not working yet, switched from anyrun to wofi cause

looks nice innit
This commit is contained in:
Gabriella Bere 2024-10-08 16:53:10 +01:00
parent fc8d70e079
commit 49f6bc0926
7 changed files with 269 additions and 90 deletions

7
modules/stylix.nix Normal file
View file

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