Files
nix-config/programs/wm/niri/default.nix
2025-11-14 09:07:37 +01:00

15 lines
183 B
Nix

{
pkgs,
...
}:
{
imports = [ ./swaylock.nix ];
home.packages = with pkgs; [
niri
xwayland-satellite
];
xdg.configFile."niri/config.kdl".source = ./config.kdl;
}