Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos

This commit is contained in:
Andreas Zweili 2022-01-24 17:00:12 +01:00
commit da49f1d789
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
];