Compare commits

..

No commits in common. "1de7abfc58b811960a41fed6c7e79bb4c0f35245" and "49268397de1319ca04fde9157b6531de115871b7" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -3,6 +3,5 @@
{
imports = [
./services
./programs
];
}

View file

@ -1,11 +1,7 @@
{ config, pkgs, ... }:
{ ... }:
{
imports = [
./virtualbox.nix
];
environment.systemPackages = with pkgs; [
dia
];
}