niri config

This commit is contained in:
William 2025-05-22 09:52:44 -03:00
parent 4d65ec9ae6
commit 180a071620
7 changed files with 141 additions and 22 deletions

View file

@ -46,6 +46,7 @@
let
kdepkgs = with pkgs.kdePackages; [
ark
dolphin
dolphin-plugins
kolourpaint
];
@ -156,18 +157,6 @@
roboto
];
};
environment.plasma6.excludePackages = (
with pkgs.kdePackages;
[
discover
elisa
gwenview
kate
khelpcenter
oxygen
]
);
}
))
];