9 lines
199 B
Nix
9 lines
199 B
Nix
{ inputs, outputs, lib, config, pkgs, ... }: {
|
|
imports = [
|
|
./global
|
|
./features/desktop/xmonad.nix
|
|
./features/desktop/common/discord.nix
|
|
./features/desktop/common/zathura.nix
|
|
];
|
|
}
|