This commit is contained in:
foglar 2024-12-14 20:12:56 +01:00
parent ab693f99d9
commit a252fb295b
3 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- [x] Waybar fix - [x] Waybar fix
- [x] Rofi config - [x] Rofi config
- [ ] Cliphist manager fix - [ ] Cliphist manager fix
- [x] Stylix theming - [x] Stylix theming to each module
- [ ] Enabling nvidia graphics and disabling it - [ ] Enabling nvidia graphics and disabling it
- [ ] Modularity connected via configuration.nix file with home manager (disable gnome, gnome configuration will be disabled too) - [ ] Modularity connected via configuration.nix file with home manager (disable gnome, gnome configuration will be disabled too)
- [x] Rofi theme and other themes, where are colors setup declaratively - [x] Rofi theme and other themes, where are colors setup declaratively

View File

@ -48,6 +48,7 @@
inkscape inkscape
gimp gimp
firefox firefox
distrobox
]; ];
programs.home-manager.enable = true; programs.home-manager.enable = true;

View File

@ -15,6 +15,8 @@
blur-my-shell blur-my-shell
gsconnect gsconnect
appindicator appindicator
privacy-settings-menu
]; ];
dconf = { dconf = {
@ -25,6 +27,7 @@
blur-my-shell.extensionUuid blur-my-shell.extensionUuid
gsconnect.extensionUuid gsconnect.extensionUuid
appindicator.extensionUuid appindicator.extensionUuid
privacy-settings-menu.extensionUuid
]; ];
}; };
}; };