This commit is contained in:
mjallen18
2026-01-14 18:00:52 -06:00
parent 59b4729636
commit 7306b08762
23 changed files with 197 additions and 155 deletions

View File

@@ -124,16 +124,18 @@ in
};
};
home.packages = with pkgs.${namespace}; [
bolt-launcher
# librepods
] ++ (with pkgs;
[
iw
iwd
orca-slicer
vscodium
]);
home.packages =
with pkgs.${namespace};
[
bolt-launcher
# librepods
]
++ (with pkgs; [
iw
iwd
orca-slicer
vscodium
]);
programs = {
password-store = enabled;