dotfiles/home/pixnix.nix

13 lines
192 B
Nix
Raw Normal View History

2023-07-29 02:56:41 +00:00
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [
./global
./features/cli/extras
2023-07-29 02:56:41 +00:00
./features/desktop
];
# packages
home.packages = with pkgs; [
vagrant
];
}