diff --git a/flake.nix b/flake.nix index 2ef3d8ef..3c2c98e2 100644 --- a/flake.nix +++ b/flake.nix @@ -218,10 +218,6 @@ url = "github:koekeishiya/yabai"; flake = false; }; - lfca = { - url = "git+ssh://gitea@git.darksailor.dev/servius/lfca"; - inputs.nixpkgs.follows = "nixpkgs"; - }; nix-auth = { url = "github:numtide/nix-auth"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/home/services/gui.nix b/home/services/gui.nix index 8af77402..11c9004a 100644 --- a/home/services/gui.nix +++ b/home/services/gui.nix @@ -5,9 +5,6 @@ inputs, ... }: { - # imports = [ - # inputs.lfca.homeManagerModules - # ]; systemd.user.services.onepassword-gui = lib.optionalAttrs (device.is "ryu") { Unit = { Description = "1Password GUI"; diff --git a/nixos/tako/tako.nix b/nixos/tako/tako.nix index 3981362e..f47e9400 100644 --- a/nixos/tako/tako.nix +++ b/nixos/tako/tako.nix @@ -4,7 +4,7 @@ { config, lib, - pkgs, + # pkgs, modulesPath, ... }: { @@ -13,7 +13,7 @@ ./disk-config.nix ]; - boot.initrd.availableKernelModules = ["xhci_pci" "ahci"]; + boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "sd_mod"]; boot.initrd.kernelModules = ["dm-snapshot"]; boot.kernelModules = ["kvm-intel"]; boot.extraModulePackages = []; diff --git a/overlays.nix b/overlays.nix index e7c97601..e03998f8 100644 --- a/overlays.nix +++ b/overlays.nix @@ -278,7 +278,6 @@ in anyrun-overlay catppuccinThemes csshacks - inputs.lfca.overlays.default inputs.nix-minecraft.overlay inputs.nur.overlays.default inputs.rust-overlay.overlays.default