dotfiles/home/hosts/pixnix.nix

14 lines
230 B
Nix
Raw Normal View History

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