mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:53:55 -05:00
fuzzel: don't auto install fonts and icon themes
This commit is contained in:
parent
17d6c8eac6
commit
0dfae7d065
|
@ -7,14 +7,6 @@
|
|||
options = {alyraffauf.apps.fuzzel.enable = lib.mkEnableOption "Enables fuzzel.";};
|
||||
|
||||
config = lib.mkIf config.alyraffauf.apps.fuzzel.enable {
|
||||
home.packages = with pkgs; [
|
||||
(nerdfonts.override {fonts = ["Noto"];})
|
||||
(catppuccin-papirus-folders.override {
|
||||
flavor = "frappe";
|
||||
accent = "mauve";
|
||||
})
|
||||
];
|
||||
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue