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) {
|
||||
home.packages = with pkgs; [
|
||||
polkit_gnome
|
||||
dconf
|
||||
];
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.fuzzel= {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue