First build; Too many bugs...

This commit is contained in:
2026-03-27 23:54:05 +01:00
parent 8d326d27c9
commit 21bff544f3
27 changed files with 983 additions and 392 deletions

View File

@@ -3,7 +3,7 @@
}:
let
common = import ./common.nix;
wm = if compositor == "hyprland" then import ./hyprland.wm.nix else import ./niri-wm.nix;
wm = if compositor == "hyprland" then import ./hyprland-wm.nix else import ./niri-wm.nix;
in
{
enable = true;