todo and configedit

This commit is contained in:
foglar 2024-11-03 13:48:13 +01:00
parent ab98a8d644
commit 2bfb71bfb2
2 changed files with 12 additions and 2 deletions

10
TODO.md Normal file
View File

@ -0,0 +1,10 @@
# TODO
- [ ] Wallpaper switch
- [ ] Keyboard switch
- [ ] Waybar fix
- [ ] Rofi config
- [ ] Cliphist manager fix
- [ ] Stylix theming
- [ ] Enabling nvidia graphics and disabling it
- [ ] Modularity connected via configuration.nix file with home manager (disable gnome, gnome configuration will be disabled too)

View File

@ -22,9 +22,9 @@
stylix = { stylix = {
enable = true; enable = true;
image = ./aurora_borealis.png; image = ./aurora_borealis.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; #base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
#base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml"; #base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
#base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
polarity = "dark"; polarity = "dark";
autoEnable = true; autoEnable = true;