Setting up rofi

This commit is contained in:
Miguel Palhas
2024-10-05 11:44:41 +01:00
parent ccbcd5601f
commit e2f324ffaa
18 changed files with 199 additions and 157 deletions
+2 -1
View File
@@ -1,13 +1,14 @@
{ config, pkgs, ... }: let
rofiLaunchers = import ../../../pkgs/rofi-launchers/package.nix {};
in {
imports = [./rofi.nix];
home.sessionVariables = {
HYPRCURSOR_THEME = "Phinger Cursors";
HYPRCURSOR_SIZE = 32;
ELECTRON_OZONE_PLATFORM_HINT = "auto";
XCURSOR_SIZE = 32;
};
home.packages = with pkgs; [rofi (callPackage ../../../pkgs/rofi-launchers/package.nix {})];
wayland.windowManager.hyprland = {
enable = true;