WIP: restructure home manager

This commit is contained in:
Kopatz
2023-12-12 12:18:24 +01:00
parent 4226af0214
commit b790b90bf3
12 changed files with 150 additions and 74 deletions

View File

@@ -1,6 +1,5 @@
{ user, pkgs, ... }:
{ config, pkgs, inputs, ...}:
{
home-manager.users.${user} = {
programs.zsh = {
enable = true;
enableCompletion = true;
@@ -15,5 +14,4 @@
theme = "eastwood";
};
};
};
}