Compare commits
2 commits
49268397de
...
1de7abfc58
| Author | SHA1 | Date | |
|---|---|---|---|
| 1de7abfc58 | |||
| 061aee27ad |
2 changed files with 6 additions and 1 deletions
|
|
@ -3,5 +3,6 @@
|
|||
{
|
||||
imports = [
|
||||
./services
|
||||
./programs
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,11 @@
|
|||
{ ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./virtualbox.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dia
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue