Files
NixMachines/machines/universedesktop/desktop/default.nix

9 lines
177 B
Nix

{ config, pkgs, lib, ... }: {
imports = [
./audio.nix
./graphics.nix
# ./dwl.nix # Sadly, nVidia seems to be too broken too often on wayland
./dwm.nix
];
}