universedesktop: back to dwm bb

This commit is contained in:
2025-02-01 10:25:24 -05:00
parent 64b34c50fa
commit 4fa6138661
10 changed files with 1185 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }: {
imports = [
./audio.nix
#./dwl.nix
./gnome.nix
./graphics.nix
./dwm.nix # Sadly, nVidia seems to be too broken too often
];
}