diff options
| author | adikro <adikro@disroot.org> | 2025-12-20 03:14:45 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-20 03:14:45 +0100 |
| commit | 791bc419b6dac7c70951981ef6b34cdf85828470 (patch) | |
| tree | 56d0962fdf829ae942feb1344763e54dbc3c89a3 /modules/sys/wayland | |
| parent | e60410393cea222b16743a1a87f29c06b9b3543b (diff) | |
absolutely massive rewrite, made (almost) everything modular with changes to come
Diffstat (limited to 'modules/sys/wayland')
| -rw-r--r-- | modules/sys/wayland/default.nix | 6 | ||||
| -rw-r--r-- | modules/sys/wayland/niri.nix | 20 |
2 files changed, 0 insertions, 26 deletions
diff --git a/modules/sys/wayland/default.nix b/modules/sys/wayland/default.nix deleted file mode 100644 index 48df857..0000000 --- a/modules/sys/wayland/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ ... }: -{ - imports = [ - ./niri.nix - ]; -} diff --git a/modules/sys/wayland/niri.nix b/modules/sys/wayland/niri.nix deleted file mode 100644 index 2054d9d..0000000 --- a/modules/sys/wayland/niri.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ inputs, config, lib, pkgs, ... }: -{ - imports = [ inputs.niri.nixosModules.niri ]; - - options.szpont.niri = { - enable = lib.mkOption { - type = lib.types.bool; - default = false; - }; - }; - - config = lib.mkIf config.szpont.niri.enable { - nixpkgs.overlays = [ inputs.niri.overlays.niri ]; - - programs.niri = { - enable = true; - package = pkgs.niri-unstable; - }; - }; -} |
