Skip to content

Commit

Permalink
Merge pull request #68 from akshayr-mecha/chore-alacritty
Browse files Browse the repository at this point in the history
fix(labwc config): fix build
  • Loading branch information
akshayr-mecha authored Jan 3, 2025
2 parents 1d16eb2 + efe458c commit 077d8c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions debian/distro/modules/system-config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ mechanix-keyboard -s /etc/mechanix/shell/keyboard/settings.yml &"
# Configure autostart file
if not ($autostart_file | path exists) {
log_debug $"Creating autostart file: ($autostart_file)"
echo $autostart_content | tee $autostart_file

echo $autostart_content | save $autostart_file
# Set proper permissions
SUDO chmod 644 $autostart_file
} else {
Expand All @@ -266,8 +265,7 @@ mechanix-keyboard -s /etc/mechanix/shell/keyboard/settings.yml &"
# Configure rc.xml file
if not ($rc_file | path exists) {
log_debug $"Creating rc.xml file: ($rc_file)"
echo $rc_content | tee $rc_file

echo $rc_content | save $rc_file
# Set proper permissions
SUDO chmod 644 $rc_file
} else {
Expand Down

0 comments on commit 077d8c4

Please sign in to comment.