flake/hosts/virtual-machines/nixpkgs/default.nix

8 lines
143 B
Nix

{ pkgs, ... }:
{
imports = [
../common.nix
#../../../nixos/shell.nix
];
environment.systemPackages = with pkgs; [ fastfetch ];
}