dotfiles/home/hosts/penguin-duet.nix

12 lines
201 B
Nix

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