Skip to content

Commit

Permalink
flake: simplify bash init script
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jul 23, 2024
1 parent ac55273 commit 4f0f518
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
};
Expand Down

0 comments on commit 4f0f518

Please sign in to comment.