Compare commits

..

2 commits

Author SHA1 Message Date
GaspardCulis
282e832af0 feat(Zephyrus): Default to zen kernel 2024-09-22 11:46:14 +02:00
GaspardCulis
2b3a7a32da fix(hypr): Removed wl-clipboard-rs in favor of wl-clipboard
This is so sad, the Rust version does not support images yet
2024-09-22 11:22:36 +02:00
2 changed files with 3 additions and 1 deletions

View file

@ -36,7 +36,7 @@
pkgs.egl-wayland # For NVIDIA compatibility pkgs.egl-wayland # For NVIDIA compatibility
pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-hyprland
# Common DE packages required in config # Common DE packages required in config
pkgs.wl-clipboard-rs pkgs.wl-clipboard
pkgs.grim pkgs.grim
pkgs.slurp pkgs.slurp
pkgs.hyprpicker pkgs.hyprpicker

View file

@ -2,6 +2,7 @@
# and may be overwritten by future invocations. Please make changes # and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead. # to /etc/nixos/configuration.nix instead.
{ {
pkgs,
config, config,
lib, lib,
modulesPath, modulesPath,
@ -13,6 +14,7 @@
]; ];
boot = { boot = {
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
kernelModules = ["kvm-amd"]; kernelModules = ["kvm-amd"];
extraModulePackages = []; extraModulePackages = [];
initrd = { initrd = {