mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixes for personal profile rename to default
This commit is contained in:
parent
c3ffed0755
commit
72b451aec5
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ in
|
|||
prevprofile="$(cat ~/.hyprprofile)"
|
||||
newprofile=$1
|
||||
if [ $# -eq 1 ]; then
|
||||
if [ $newprofile = "Personal" ]; then
|
||||
if [ $newprofile = "Default" ]; then
|
||||
echo "" > ~/.hyprprofile;
|
||||
else
|
||||
echo $newprofile > ~/.hyprprofile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue