Compare commits

..

2 Commits

Author SHA1 Message Date
4a59f6b57c feat: enable one password on fortress 2026-05-06 15:07:01 +02:00
4771d8c7d6 chore: run linter 2026-05-06 15:03:16 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ in
"localisation"
"networkmanager"
"nix-settings"
"onepassword"
"sway"
"udev"
"zsh"

View File

@@ -2,6 +2,6 @@
{
flake.overlays.default = final: _prev: {
mcp-nixos = inputs.nixpkgs-stable.legacyPackages.${final.stdenv.hostPlatform.system}.mcp-nixos;
inherit (inputs.nixpkgs-stable.legacyPackages.${final.stdenv.hostPlatform.system}) mcp-nixos;
};
}