re-enable river

This commit is contained in:
2026-06-01 18:29:12 -06:00
parent 36ce37571c
commit 5ec327abb9
3 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs;[
swaybg
];
xdg.configFile."niri/config.kdl".source = ./niri.kdl;
}