correct arguments for headless systems

This commit is contained in:
Andreas Zweili 2022-01-24 12:46:23 +01:00
parent f76ffbc24f
commit c704369a36
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ self, pkgs, ... }:
{ pkgs, username, ... }:
{
imports = [
(import ./common { inherit self; })
(import ./common { inherit username; })
./software/git
./software/vim
];