mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 12:42:18 +00:00
11 lines
183 B
Nix
11 lines
183 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
../global
|
|
../modules/tui/extras
|
|
../modules/gui
|
|
../modules/gui/chrome.nix
|
|
];
|
|
|
|
# packages
|
|
home.packages = with pkgs; [ vagrant ];
|
|
}
|