fmt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user