included issue.nix from my old config, removed hyprland.nix script
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
self = self;
|
||||
pkgs = pkgs;
|
||||
};
|
||||
hyprland = import ./wm-controls/hyprland.nix {pkgs = pkgs;};
|
||||
switchmon = import ./wm-controls/switchmon.nix {
|
||||
self = self;
|
||||
pkgs = pkgs;
|
||||
@@ -61,7 +60,6 @@ in {
|
||||
chscheme
|
||||
keyring
|
||||
garbage-collect
|
||||
hyprland
|
||||
invoke
|
||||
mcd
|
||||
rebuild
|
||||
|
||||
@@ -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
|
||||
''
|
||||
Reference in New Issue
Block a user