dotfiles/home/pixnix.nix
2023-11-04 22:03:22 -05:00

14 lines
226 B
Nix

{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [
./global
./features/cli/extras
./features/desktop
./features/desktop/chrome.nix
];
# packages
home.packages = with pkgs; [
vagrant
];
}