summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-09-28 10:27:39 +0530
committersinanmohd <sinan@firemail.cc>2023-09-28 16:17:21 +0530
commitd605727d4bb3b7ae19dc0227d55030a7ebc73148 (patch)
treeb183df7104eedaf8628985933d52df16d23df278 /flake.nix
parent3647b6c1140cb9e0cebeab19e53c0294f966b19b (diff)
server: initHEADmaster
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b6b0cdf..1be8a3f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,7 @@
buildInputs = with pkgs; [ wayland ];
shellHook = ''
+ [ -z $WAYLAND_DISPLAY ] && export WAYLAND_DISPLAY="wayland-1"
export PS1="\033[0;33m[󱄄 ]\033[0m $PS1"
'';
};