Skip to content

Commit

Permalink
feat: Change desktop kernel to xanmod
Browse files Browse the repository at this point in the history
  • Loading branch information
lpchaim committed Nov 23, 2024
1 parent 4559470 commit 9bd6dc0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions modules/nixos/traits/formfactor/desktop.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Desktop-specific configurations
{
lib,
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
../pipewire.nix
../wayland.nix
Expand All @@ -20,7 +16,7 @@
wayvnc
];

boot.kernelPackages = lib.mkForce pkgs.linuxPackages_zen;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;

hardware.graphics.enable = true;
hardware.keyboard.qmk.enable = true;
Expand Down

0 comments on commit 9bd6dc0

Please sign in to comment.