This commit is contained in:
Miguel Palhas
2024-10-06 11:37:02 +01:00
parent 76c886362a
commit adda4f9e06
4 changed files with 30 additions and 13 deletions
+7 -2
View File
@@ -3,9 +3,14 @@ let
rofiLaunchers = import ../../../pkgs/rofi-launchers/package.nix { };
in
{
imports = [ ./rofi.nix ];
imports = [
./rofi.nix
./dunst.nix
];
home.packages = with pkgs; [ hyprcursor ];
home.packages = with pkgs; [
hyprcursor
];
home.sessionVariables = {
ELECTRON_OZONE_PLATFORM_HINT = "auto";