mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-04-29 19:01:45 +01:00
Created noctalia-cli wrapper to allow portable shell management
This commit is contained in:
Submodule home-manager/core/dotfiles updated: b894a795d1...ece4c56ce3
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user