Skip to content

Commit

Permalink
Merge pull request #70 from mecha-org/revert-68-chore-alacritty
Browse files Browse the repository at this point in the history
Revert "fix(labwc config): fix build"
  • Loading branch information
akshayr-mecha authored Jan 4, 2025
2 parents 30e5eb2 + e359f65 commit 8db7361
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions debian/distro/modules/system-config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ 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 | save $autostart_file
echo $autostart_content | tee $autostart_file

# Set proper permissions
SUDO chmod 644 $autostart_file
} else {
Expand All @@ -265,7 +266,8 @@ 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 | save $rc_file
echo $rc_content | tee $rc_file

# Set proper permissions
SUDO chmod 644 $rc_file
} else {
Expand Down

0 comments on commit 8db7361

Please sign in to comment.