no clue really

This commit is contained in:
2025-07-09 11:46:32 -05:00
parent 773eaaf26d
commit ce38e52ee9
21 changed files with 99 additions and 121 deletions

View File

@@ -1,5 +1 @@
{
imports = [
./zsh.nix
];
}
{ imports = [ ./zsh.nix ]; }

View File

@@ -1,6 +0,0 @@
{
programs.zsh.plugins = [
{
}
}

View File

@@ -1,5 +1,6 @@
{ username, ... }:
{
config.hjem.users.username.rum.programs.zsh = {
config.hjem.users.${username}.rum.programs.zsh = {
enable = true;
};
}