noctalia: add just sync-noctalia to fold GUI overrides

This commit is contained in:
2026-08-29 11:28:58 +08:00
parent 8b141b9da0
commit 8a9384de15
5 changed files with 505 additions and 1 deletions
+7 -1
View File
@@ -14,9 +14,15 @@ in
config = lib.mkIf cfg.enable {
my.hm.home.packages = with pkgs; [
python3
(python3.withPackages (
ps: with ps; [
tomli
tomli-w
]
))
uv
pyrefly
ruff
];
};
}