Add user "seb" to host "fern"

This commit is contained in:
SebastianStork 2025-03-07 14:04:59 +01:00
parent 02cd2d5f03
commit 3484b1b140
4 changed files with 57 additions and 1 deletions

View file

@ -1 +1,8 @@
{ imports = [ ../user.nix ]; }
{
imports = [
../../home-manager.nix
../user.nix
];
home-manager.users.seb = ./home.nix;
}