what in the world is wrong with GNOME...
This commit is contained in:
parent
d1ed945935
commit
f30d7f25da
4 changed files with 50 additions and 1 deletions
7
home.nix
7
home.nix
|
|
@ -26,6 +26,7 @@ in
|
|||
./programm_configs/i3.nix
|
||||
./programm_configs/picom.nix
|
||||
./programm_configs/zsh.nix
|
||||
./programm_configs/gnome.nix
|
||||
];
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
|
|
@ -35,6 +36,7 @@ in
|
|||
polybar
|
||||
scrot
|
||||
imagemagick
|
||||
htop
|
||||
firefox
|
||||
tex
|
||||
jetbrains.idea-ultimate
|
||||
|
|
@ -59,5 +61,10 @@ in
|
|||
# envars
|
||||
home.sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
GTK_THEME = "Adwaita:dark";
|
||||
};
|
||||
systemd.user.sessionVariables = {
|
||||
GTK2_RC_FILES = "/home/clemens/.gtkrc-2.0";
|
||||
GTK_THEME = "Adwaita:dark";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue