(desktop) Gen 487: fixed password-store directory issue
This commit is contained in:
10
modules/home/scripts/wm-controls/hyprland.nix
Normal file
10
modules/home/scripts/wm-controls/hyprland.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellScriptBin "hyprland" (''
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
|
||||
exec Hyprland
|
||||
'')
|
||||
|
||||
Reference in New Issue
Block a user