Install nautilus with theming
This commit is contained in:
parent
d61d195f9f
commit
e17bf359fe
1 changed files with 6 additions and 1 deletions
|
@ -44,6 +44,11 @@ in
|
||||||
|
|
||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
|
|
||||||
|
sessionVariables = {
|
||||||
|
# GTK Theme won't display with GTK4 (e.g. nautilus) otherwise
|
||||||
|
GTK_THEME = (colors.gtkTheme pkgs).name;
|
||||||
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Command line utilities
|
# Command line utilities
|
||||||
wget
|
wget
|
||||||
|
@ -61,7 +66,7 @@ in
|
||||||
# GUI applications
|
# GUI applications
|
||||||
firefox
|
firefox
|
||||||
discord
|
discord
|
||||||
#gnome.nautilus
|
gnome.nautilus
|
||||||
#gimp
|
#gimp
|
||||||
#krita
|
#krita
|
||||||
#musescore
|
#musescore
|
||||||
|
|
Loading…
Add table
Reference in a new issue