mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Simplify user config structure
This commit is contained in:
parent
33cad0b00c
commit
52c510d612
9 changed files with 22 additions and 31 deletions
|
|
@ -1,12 +1,8 @@
|
|||
{ self, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../user.nix
|
||||
"${self}/users/home-manager.nix"
|
||||
];
|
||||
imports = [ "${self}/users/home-manager.nix" ];
|
||||
home-manager.users.seb = ./home.nix;
|
||||
|
||||
users.users.seb.shell = pkgs.zsh;
|
||||
programs.zsh.enable = true;
|
||||
|
||||
home-manager.users.seb = ./home.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue