try something
This commit is contained in:
parent
79a81ecf2a
commit
4e531c31ba
10
home.nix
10
home.nix
@ -56,6 +56,7 @@
|
|||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
|
GTK_THEME = "Adwaita:dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
@ -93,5 +94,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
policies = {
|
||||||
|
OverridePostfix = "no-gtk-theme";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
stylix.autoEnable = false;
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user