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] Rofi config
- [ ] Cliphist manager fix
- [x] Stylix theming
- [x] Stylix theming to each module
- [ ] Enabling nvidia graphics and disabling it
- [ ] 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

View File

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

View File

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