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";
|
||||
|
||||
sessionVariables = {
|
||||
# GTK Theme won't display with GTK4 (e.g. nautilus) otherwise
|
||||
GTK_THEME = (colors.gtkTheme pkgs).name;
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
# Command line utilities
|
||||
wget
|
||||
|
@ -61,7 +66,7 @@ in
|
|||
# GUI applications
|
||||
firefox
|
||||
discord
|
||||
#gnome.nautilus
|
||||
gnome.nautilus
|
||||
#gimp
|
||||
#krita
|
||||
#musescore
|
||||
|
|
Loading…
Add table
Reference in a new issue