chore: update flake inputs and adjust configs
- Update flake inputs (home-manager, HyprPanel, nixpkgs variants, NUR, AGENTS) - Switch OpenCode agents to opencode/ model provider - Remove webcord package from media config - Fix thunar plugins namespace (xfce.* → pkgs.*) - Upgrade m3-kratos kernel to 6.18 - Disable ADB and qdrant service on m3-kratos - Enable qdrant overlay using stable nixpkgs
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.kernelModules = ["amdgpu"];
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_17;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_18;
|
||||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
security.polkit.enable = true;
|
||||
security.pam.services.gdm.enableGnomeKeyring = true;
|
||||
|
||||
Reference in New Issue
Block a user