mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Add czkawka-master
This commit is contained in:
@@ -6,12 +6,15 @@
|
||||
url = "github:gmodena/nix-flatpak";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
czkawka-master.url = "path:/etc/nixos/flakes/czkawka-master";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-flatpak, ... }: {
|
||||
outputs = { self, nixpkgs, nix-flatpak, czkawka-master, ... }: {
|
||||
nixosConfigurations = {
|
||||
epiquev2 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit czkawka-master; };
|
||||
modules = [
|
||||
./configuration.nix
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
|
||||
Reference in New Issue
Block a user