todo and configedit
This commit is contained in:
parent
ab98a8d644
commit
2bfb71bfb2
10
TODO.md
Normal file
10
TODO.md
Normal 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)
|
||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user