progress dump
This commit is contained in:
parent
4741aa8a47
commit
a951911578
6 changed files with 68 additions and 46 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue