ente: install ente

This commit is contained in:
Khaïs COLIN 2025-04-03 22:06:54 +02:00
parent dec12df9e6
commit 6c66c8fabe
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU
3 changed files with 55 additions and 0 deletions

View file

@ -47,6 +47,11 @@
};
mms.url = "github:mkaito/nixos-modded-minecraft-servers";
museum = {
url = "https://gist.github.com/daedric/336c11e809868dbef559f63eb6566d20/archive/ca063cd48cf055869524d982305f30926e19684f.zip";
flake = false;
};
};
outputs = {
nixpkgs,
@ -61,6 +66,7 @@
nixos-06cb-009a-fingerprint-sensor,
cassowary,
mms,
museum,
...
}: let
system = "x86_64-linux";
@ -78,6 +84,7 @@
inherit system;
modules = [
./void.nix
"${museum}/museum.nix"
home-manager.nixosModules.home-manager
{