chore(nix): remove lfca dependency and add sd_mod kernel module
This commit is contained in:
@@ -218,10 +218,6 @@
|
|||||||
url = "github:koekeishiya/yabai";
|
url = "github:koekeishiya/yabai";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
lfca = {
|
|
||||||
url = "git+ssh://gitea@git.darksailor.dev/servius/lfca";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
nix-auth = {
|
nix-auth = {
|
||||||
url = "github:numtide/nix-auth";
|
url = "github:numtide/nix-auth";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# imports = [
|
|
||||||
# inputs.lfca.homeManagerModules
|
|
||||||
# ];
|
|
||||||
systemd.user.services.onepassword-gui = lib.optionalAttrs (device.is "ryu") {
|
systemd.user.services.onepassword-gui = lib.optionalAttrs (device.is "ryu") {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "1Password GUI";
|
Description = "1Password GUI";
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
# pkgs,
|
||||||
modulesPath,
|
modulesPath,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci"];
|
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "sd_mod"];
|
||||||
boot.initrd.kernelModules = ["dm-snapshot"];
|
boot.initrd.kernelModules = ["dm-snapshot"];
|
||||||
boot.kernelModules = ["kvm-intel"];
|
boot.kernelModules = ["kvm-intel"];
|
||||||
boot.extraModulePackages = [];
|
boot.extraModulePackages = [];
|
||||||
|
|||||||
@@ -278,7 +278,6 @@ in
|
|||||||
anyrun-overlay
|
anyrun-overlay
|
||||||
catppuccinThemes
|
catppuccinThemes
|
||||||
csshacks
|
csshacks
|
||||||
inputs.lfca.overlays.default
|
|
||||||
inputs.nix-minecraft.overlay
|
inputs.nix-minecraft.overlay
|
||||||
inputs.nur.overlays.default
|
inputs.nur.overlays.default
|
||||||
inputs.rust-overlay.overlays.default
|
inputs.rust-overlay.overlays.default
|
||||||
|
|||||||
Reference in New Issue
Block a user