chore(nix): remove lfca dependency and add sd_mod kernel module
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
# imports = [
|
||||
# inputs.lfca.homeManagerModules
|
||||
# ];
|
||||
systemd.user.services.onepassword-gui = lib.optionalAttrs (device.is "ryu") {
|
||||
Unit = {
|
||||
Description = "1Password GUI";
|
||||
|
||||
@@ -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 = [];
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user