Compare commits
No commits in common. "282e832af0d2f87a51d785740a52fa1f7b9f8785" and "15edbe62cb43e8a71051a1eb459181a8cbc976fc" have entirely different histories.
282e832af0
...
15edbe62cb
2 changed files with 1 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
pkgs.egl-wayland # For NVIDIA compatibility
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
# Common DE packages required in config
|
||||
pkgs.wl-clipboard
|
||||
pkgs.wl-clipboard-rs
|
||||
pkgs.grim
|
||||
pkgs.slurp
|
||||
pkgs.hyprpicker
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
modulesPath,
|
||||
|
@ -14,7 +13,6 @@
|
|||
];
|
||||
|
||||
boot = {
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
|
||||
kernelModules = ["kvm-amd"];
|
||||
extraModulePackages = [];
|
||||
initrd = {
|
||||
|
|
Loading…
Reference in a new issue