Created noctalia-cli wrapper to allow portable shell management

This commit is contained in:
2026-04-09 09:34:53 +01:00
parent c1200dcf1e
commit e08fe8a195
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -50,6 +50,11 @@
target = ".config/noctalia";
recursive = true;
};
"noctalia-cli" = {
source = ./dotfiles/dot_local/bin/executable_noctalia-cli;
target = ".local/bin/noctalia-cli";
executable = true;
};
"pypoetry" = {
source = ./dotfiles/dot_config/pypoetry;
target = ".config/pypoetry";