feat(bomba): move from docker to native services

This commit is contained in:
2026-05-23 18:22:57 +02:00
parent 0f1274172c
commit 2f6f1dd405
14 changed files with 288 additions and 130 deletions
+8 -3
View File
@@ -18,8 +18,11 @@
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs";
};
nixflix = {
url = "github:kiriwalawren/nixflix";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
spotiflac-cli.url = "github:Superredstone/spotiflac-cli";
};
outputs =
@@ -28,10 +31,10 @@
nixpkgs-25-11,
home-manager,
nixvim,
spotiflac-cli,
sops-nix,
nix-cachyos-kernel,
noctalia,
nixflix,
...
}@inputs:
let
@@ -44,7 +47,6 @@
inherit
overlays
nixvim
spotiflac-cli
sops-nix
noctalia
inputs
@@ -80,6 +82,9 @@
user = username;
desktopEnvironment = "none";
enableZram = true;
additionalModules = [
nixflix.nixosModules.default
];
};
};
}