progress dump

This commit is contained in:
Bloxx12 2025-05-26 12:23:30 +02:00
commit a951911578
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
6 changed files with 68 additions and 46 deletions

View file

@ -8,11 +8,6 @@
inherit (lib.options) mkEnableOption;
cfg = config.modules.desktops.niri;
niri-config = {
};
toKDL = import ./toKDL.nix lib;
in {
options.modules.desktops.niri.enable = mkEnableOption "Niri, a scolling tiling wayland compositor";
config = mkIf cfg.enable {
@ -26,5 +21,9 @@ in {
# set niri's config location to /etc/niri/config.kdl.
environment.etc."niri/config.kdl".source = ./config.kdl;
environment.systemPackages = builtins.attrValues {
inherit (pkgs) xwayland-satellite avizo;
};
};
}