diff --git a/TODO.md b/TODO.md index c52cc7e..52bb76d 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/leanix/home.nix b/leanix/home.nix index fbab3f9..42b08bf 100644 --- a/leanix/home.nix +++ b/leanix/home.nix @@ -48,6 +48,7 @@ inkscape gimp firefox + distrobox ]; programs.home-manager.enable = true; diff --git a/nixos/desktop/gnome/gnome.nix b/nixos/desktop/gnome/gnome.nix index 9a9a916..56050f2 100644 --- a/nixos/desktop/gnome/gnome.nix +++ b/nixos/desktop/gnome/gnome.nix @@ -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 ]; }; };