Switched to quickshell/noctalia as unified shell env

This commit is contained in:
2026-04-08 15:35:53 +01:00
parent da05b15ff0
commit cf76e1f8c2
10 changed files with 118 additions and 27 deletions
+13
View File
@@ -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";