don't set theme twice
This commit is contained in:
parent
390d720f8f
commit
d43776200a
1 changed files with 0 additions and 10 deletions
|
@ -1,18 +1,8 @@
|
||||||
{ lib, osConfig, pkgs, ... }: lib.mkIf (osConfig.withNiri) {
|
{ lib, osConfig, pkgs, ... }: lib.mkIf (osConfig.withNiri) {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
dconf
|
|
||||||
];
|
];
|
||||||
|
|
||||||
dconf = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
"org/gnome/desktop/interface" = {
|
|
||||||
color-scheme = "prefer-dark";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.fuzzel= {
|
programs.fuzzel= {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue