fix the nixpkgs vm

This commit is contained in:
Seaswimmer 2024-12-13 08:06:24 -05:00
parent e6068b936a
commit 308a9f2aac
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -2,7 +2,7 @@
{
imports = [
../template.nix
../../../nixos/shell.nix
#../../../nixos/shell.nix
];
environment.systemPackages = with pkgs; [ fastfetch ];
}