This commit is contained in:
Hadi
2024-04-14 21:59:30 +02:00
parent 21ce99bfe8
commit 767e9d182d
16 changed files with 82 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
{ self, pkgs, config, ... }: {
{ self, pkgs, config, hyprland, ... }: {
imports = [ ./hyprlock.nix ./hypridle.nix ./hyprpaper.nix ./hyprcursor.nix ];
@@ -25,6 +25,7 @@
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
package = hyprland.packages."${pkgs.system}".hyprland;
settings = {
"$mod" = "SUPER";
@@ -97,7 +98,6 @@
"LIBVA_DRIVER_NAME,nvidia"
"__GLX_VENDOR_LIBRARY_NAME,nvidia"
"WLR_NO_HARDWARE_CURSORS,1"
"WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1"
"XDG_SESSION_TYPE,wayland"
"XDG_CURRENT_DESKTOP,Hyprland"
"XDG_SESSION_TYPE,wayland"

View File

@@ -2,8 +2,8 @@
home.packages = with pkgs; [ hyprcursor ];
# home.file.".local/share/icons/rose-pine-hyprcursor" = {
# recursive = true;
# source = ./rose-pine;
# };
# recursive = true;
# source = ./rose-pine;
#};
}