This commit is contained in:
Miguel Palhas
2025-10-06 09:40:41 +01:00
parent 0dff3c1585
commit d4659b1b04
6 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
rofi-wayland
rofi
(callPackage ../../../../pkgs/rofi-launchers/package.nix { })
];
}
+1 -8
View File
@@ -28,6 +28,7 @@
home.sessionVariables = {
LIBVA_DRIVER_NAME = "nvidia";
GDM_BACKEND = "nvidia-drm";
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
};
@@ -54,14 +55,6 @@
};
programs.hyprpanel.settings.bar.layouts = {
"0" = {
right = [
"battery"
];
};
};
programs.kitty.settings.font_size = 16;
home = {