included issue.nix from my old config, removed hyprland.nix script

This commit is contained in:
pagedmov
2024-10-29 22:51:28 -04:00
parent 3344497b58
commit d895979d96
4 changed files with 33 additions and 12 deletions

View File

@@ -1,7 +0,0 @@
{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
''