clean up formatting

This commit is contained in:
2024-12-10 03:57:00 +01:00
parent 092691c665
commit 8c0ecd90e8
2 changed files with 9 additions and 15 deletions

View File

@@ -32,14 +32,11 @@
let
inherit (lib) mkIf;
inherit (lib.my-namespace) enabled;
in {
in
{
config = {
boot = {
};
console = {
};
boot = { };
console = { };
environment = {
systemPackages =
(with pkgs; [
@@ -49,8 +46,7 @@ in {
bitwarden
bitwarden-cli
cowsay
]);
};
};
}
}