aboutsummaryrefslogtreecommitdiff
path: root/user/wm/default.nix
blob: 29252578716b384147f13ac3a1886fef9ea8a4b9 (plain) (blame)
1
2
3
4
5
6
7
{ config, ... }:
{
  imports = [
    ./librewolf.nix
    ./niri
  ];
}