fix typo
This commit is contained in:
parent
001fdb3128
commit
04e2d017a4
@ -15,4 +15,12 @@
|
|||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
fcitx5-chinese-addons
|
fcitx5-chinese-addons
|
||||||
];
|
];
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
iconTheme = {
|
||||||
|
package = pkgs.iconpack-obsidian; # icon theme
|
||||||
|
name = "Obsidian";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
@ -56,13 +56,5 @@
|
|||||||
filesystems=/run/current-system/sw/share/X11/fonts:ro;/nix/store:ro;~/.icons;
|
filesystems=/run/current-system/sw/share/X11/fonts:ro;/nix/store:ro;~/.icons;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk = {
|
|
||||||
enable = true;
|
|
||||||
iconTheme = {
|
|
||||||
package = pkgs.iconpack-obsidian; # icon theme
|
|
||||||
name = "Obsidian";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
Reference in New Issue
Block a user