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.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
|
pkgs.wl-clipboard-rs
|
||||||
pkgs.grim
|
pkgs.grim
|
||||||
pkgs.slurp
|
pkgs.slurp
|
||||||
pkgs.hyprpicker
|
pkgs.hyprpicker
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# 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,
|
||||||
|
@ -14,7 +13,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
|
|
||||||
kernelModules = ["kvm-amd"];
|
kernelModules = ["kvm-amd"];
|
||||||
extraModulePackages = [];
|
extraModulePackages = [];
|
||||||
initrd = {
|
initrd = {
|
||||||
|
|
Loading…
Reference in a new issue