1
0
Fork 0
mirror of https://github.com/jbowdre/dotfiles.git synced 2025-01-11 19:59:14 +00:00
dotfiles/home/hosts/penguin-duet.nix

12 lines
195 B
Nix

{ pkgs, lib, config, ... }: {
imports = [
../global
../modules/tui/extras
../modules/gui/vscode.nix
../lib/chromeos.nix
];
# packages
home.packages = with pkgs; [
];
}