Gnome
This commit is contained in:
parent
ab693f99d9
commit
a252fb295b
2
TODO.md
2
TODO.md
@ -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
|
||||||
|
|||||||
@ -48,6 +48,7 @@
|
|||||||
inkscape
|
inkscape
|
||||||
gimp
|
gimp
|
||||||
firefox
|
firefox
|
||||||
|
distrobox
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|||||||
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user