Move user configuration into profiles

This commit is contained in:
SebastianStork 2026-02-04 20:31:11 +01:00
parent f1e10f728e
commit 7ab6b77048
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
7 changed files with 41 additions and 55 deletions

View file

@ -1,8 +0,0 @@
{ self, pkgs, ... }:
{
imports = [ "${self}/users/home-manager.nix" ];
home-manager.users.seb = ./home.nix;
users.users.seb.shell = pkgs.zsh;
programs.zsh.enable = true;
}