mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
Move user configuration into profiles
This commit is contained in:
parent
f1e10f728e
commit
7ab6b77048
7 changed files with 41 additions and 55 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue