dotfiles/modules/desktop/default.nix

9 lines
78 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./bspwm
./polybar
];
}