mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-20 08:52:50 +01:00
Switched to quickshell/noctalia as unified shell env
This commit is contained in:
Submodule home-manager/core/dotfiles updated: a3616d95e9...a02f4dabcb
@@ -37,6 +37,19 @@
|
||||
target = ".config/nvim";
|
||||
recursive = true;
|
||||
};
|
||||
"noctalia" = {
|
||||
source = lib.cleanSourceWith {
|
||||
src = ./dotfiles/dot_config/noctalia;
|
||||
filter = name: type: let
|
||||
baseName = baseNameOf name;
|
||||
in
|
||||
! (
|
||||
(lib.hasPrefix "*/plugins-repo/*" name)
|
||||
);
|
||||
};
|
||||
target = ".config/noctalia";
|
||||
recursive = true;
|
||||
};
|
||||
"pypoetry" = {
|
||||
source = ./dotfiles/dot_config/pypoetry;
|
||||
target = ".config/pypoetry";
|
||||
|
||||
Reference in New Issue
Block a user