move home-manager common

This commit is contained in:
Andreas Zweili 2021-12-22 18:14:17 +01:00
parent 283ae1d386
commit 4f00d9f8a0
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
{ ... }:
{
# Home Manager needs a bit of information about you and the
# paths it should manage.
home.username = "andreas";
home.homeDirectory = "/home/andreas";
}

View File

@ -1,7 +1,7 @@
{ pkgs, inputs, system, ... }:
{
imports = [
./common.nix
./common
./work-desktop.nix
./software/git
./software/keeweb