From 4f0f5184c0f939c69c9f8ab23f32cbff333a618f Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Tue, 23 Jul 2024 17:53:05 +0100 Subject: [PATCH] flake: simplify bash init script --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 350c1a5..48a7121 100644 --- a/flake.nix +++ b/flake.nix @@ -104,9 +104,7 @@ # bash '' if [ "$(tty)" = "/dev/tty1" ]; then - mkdir -p $HOME/.config/hypr - cp ${hyprlandConf} $HOME/.config/hypr/hyprland.conf - Hyprland + Hyprland --config ${hyprlandConf} fi ''; };