Update flake inputs

This commit is contained in:
ulic-youthlic 2025-06-08 16:21:55 +08:00
parent e46a086ab3
commit 11e14b01f9
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 47 additions and 97 deletions

View file

@ -12,9 +12,6 @@ in {
options = {
youthlic.programs.niri = {
enable = lib.mkEnableOption "niri";
# settings = lib.mkOption {
# type = lib.types.attrs;
# };
config = lib.mkOption {
type = inputs.niri-flake.lib.kdl.types.kdl-document;
};
@ -30,7 +27,6 @@ in {
(with pkgs; [
swaynotificationcenter
swaybg
xwayland-satellite
kdePackages.polkit-kde-agent-1
wl-clipboard
cliphist
@ -71,7 +67,6 @@ in {
swaylock.enable = true;
};
programs.niri = {
# settings = cfg.settings;
config = cfg.config;
package = niri;
};