10 lines
193 B
Nix
10 lines
193 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
|
|
# ./niri.nix
|
|
];
|
|
}
|