feat: removed fallaryn and denise

This commit is contained in:
Nick 2024-11-03 17:47:18 -06:00
parent d6f58595eb
commit 489b64c9c7
15 changed files with 0 additions and 347 deletions

View file

@ -1,12 +0,0 @@
{lib, ...}: {
imports = [
./boot.nix
./filesystem.nix
./graphics.nix
./hardware.nix
./networking.nix
./sops.nix
];
nixpkgs.hostPlatform = lib.mkForce "x86_64-linux";
system.stateVersion = lib.mkForce "24.05";
}