Compare commits

...

2 commits

Author SHA1 Message Date
1de7abfc58 School: import programs 2023-09-26 10:05:39 +02:00
061aee27ad School: install dia 2023-09-26 10:05:39 +02:00
2 changed files with 6 additions and 1 deletions

View file

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

View file

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