nixos-config/config/home-manager/darkkirb.nix

6 lines
139 B
Nix
Raw Normal View History

2022-01-15 16:31:50 +00:00
desktop: { pkgs, ... }: {
imports = [
./base.nix
2022-01-18 13:12:43 +00:00
] ++ (if desktop then [ ../programs/sway.nix ../progams/firefox.nix ] else []);
2022-01-15 16:31:50 +00:00
}