formatting
This commit is contained in:
parent
77dcda448f
commit
f2f8decfe4
3 changed files with 12 additions and 22 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
let
|
||||
base = (home: {
|
||||
{
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
home-manager.users.moritz = {
|
||||
home.packages = with pkgs; [ du-dust ];
|
||||
programs = {
|
||||
zsh = {
|
||||
|
|
@ -35,9 +36,5 @@ let
|
|||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
});
|
||||
in
|
||||
{
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
home-manager.users.moritz = { ... }: (base "/home/moritz");
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue