diff --git a/common/kernel.nix b/common/kernel.nix deleted file mode 100755 index bec838f..0000000 --- a/common/kernel.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ inputs, config, pkgs, ... }: - -{ - imports = [ - inputs.chaotic.nixosModules.nyx-cache - inputs.chaotic.nixosModules.nyx-overlay - inputs.chaotic.nixosModules.nyx-registry - ]; - - boot.kernelPackages = pkgs.linuxPackages_cachyos; -} \ No newline at end of file diff --git a/flake.nix b/flake.nix index 8e90576..3513642 100755 --- a/flake.nix +++ b/flake.nix @@ -8,8 +8,6 @@ authentik-nix.url = "github:nix-community/authentik-nix"; - chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; - nixos-hardware.url = "github:NixOS/nixos-hardware/master"; home-manager = {