WIP: Nixifyed Floorp Plugins, WIP: Created Custom Theme for Vaultwarden

This commit is contained in:
2026-05-31 09:04:57 +02:00
parent 289cc5f423
commit c335f105a5
16 changed files with 585 additions and 39 deletions
+2 -1
View File
@@ -80,6 +80,7 @@
networkConfig = {
Address = "10.0.2.15/24";
Gateway = "10.0.2.2";
DNS = "8.8.8.8";
DHCP = "no";
};
@@ -95,7 +96,7 @@
};
nixpkgs = {
overlays = [ (import ./packages/overlays.nix) ];
overlays = [ (import ./packages/overlays.nix { inherit (inputs) nur; }) ];
config.allowUnfree = true;
};