no clue really
This commit is contained in:
@@ -1,5 +1 @@
|
||||
{
|
||||
imports = [
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
{ imports = [ ./zsh.nix ]; }
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
programs.zsh.plugins = [
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{ username, ... }:
|
||||
{
|
||||
config.hjem.users.username.rum.programs.zsh = {
|
||||
config.hjem.users.${username}.rum.programs.zsh = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user