mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Add user "seb" to host "fern"
This commit is contained in:
parent
02cd2d5f03
commit
3484b1b140
4 changed files with 57 additions and 1 deletions
|
|
@ -1 +1,8 @@
|
|||
{ imports = [ ../user.nix ]; }
|
||||
{
|
||||
imports = [
|
||||
../../home-manager.nix
|
||||
../user.nix
|
||||
];
|
||||
|
||||
home-manager.users.seb = ./home.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue