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

9 lines
143 B
Nix
Raw Permalink Normal View History

{ pkgs, ... }:
{
imports = [
2025-01-28 07:29:07 -06:00
../common.nix
2024-12-13 08:06:24 -05:00
#../../../nixos/shell.nix
];
environment.systemPackages = with pkgs; [ fastfetch ];
}