nix-config/home/niri/default.nix

10 lines
151 B
Nix
Raw Normal View History

2025-04-01 13:17:51 +02:00
{ pkgs, ... }:
{
2025-09-10 11:48:22 +02:00
home.packages = with pkgs; [
niri
xwayland-satellite
];
2025-04-01 13:28:22 +02:00
2025-09-10 11:48:22 +02:00
xdg.configFile."niri/config.kdl".source = ./niri-config.kdl;
2025-04-01 13:17:51 +02:00
}