From 611576f9ee5232dfc399843c12dfeed5d58ec9ad Mon Sep 17 00:00:00 2001 From: adikro Date: Wed, 3 Dec 2025 22:18:16 +0100 Subject: fixed screensharing on niri (by removing hyprland), configured some shell utilities --- home/xdg.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/xdg.nix') diff --git a/home/xdg.nix b/home/xdg.nix index be43d92..a587d04 100644 --- a/home/xdg.nix +++ b/home/xdg.nix @@ -16,7 +16,7 @@ extraConfig = { XDG_PROJECTS_DIR = "$HOME/proj"; - XDG_GAMES_DIR = "$HOME/Games"; + XDG_GAMES_DIR = "$HOME/games"; XDG_MEDIA_DIR = "/media"; XDG_SS_DIR = "/media/ss"; XDG_CLIPS_DIR = "/media/clips"; @@ -26,7 +26,7 @@ }; home.sessionVariables = { XDG_PROJECTS_DIR = "$HOME/proj"; - XDG_GAMES_DIR = "$HOME/Games"; + XDG_GAMES_DIR = "$HOME/games"; XDG_MEDIA_DIR = "/media"; XDG_SS_DIR = "/media/ss"; XDG_CLIPS_DIR = "/media/clips"; -- cgit v1.3