cleanup code

This commit is contained in:
Chris Kruining 2025-07-31 14:46:28 +02:00
parent 80c3873cf3
commit 74212cbd58
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
10 changed files with 106 additions and 7 deletions

View file

@ -62,6 +62,14 @@
grub2-themes = {
url = "github:vinceliuice/grub2-themes";
};
nixos-wsl = {
url = "github:nix-community/nixos-wsl";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "";
};
};
};
outputs = inputs: inputs.snowfall-lib.mkFlake {