ferrosonic
This commit is contained in:
parent
749bfdf50d
commit
5f70e8be94
7 changed files with 293 additions and 84 deletions
|
|
@ -31,6 +31,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
dms.url = "github:AvengeMedia/DankMaterialShell";
|
||||
ferrosonic.url = "github:jaidaken/ferrosonic";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -73,6 +74,7 @@
|
|||
./packages.nix
|
||||
./kernel
|
||||
./home
|
||||
./firejail.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
# inputs.microvm.nixosModules.host
|
||||
# (import ./vms)
|
||||
|
|
@ -105,6 +107,7 @@
|
|||
});
|
||||
}
|
||||
);
|
||||
ferrosonic = inputs.ferrosonic.packages.${prev.stdenv.hostPlatform.system}.default;
|
||||
})
|
||||
inputs.nur.overlays.default
|
||||
(_: prev: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue