mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
11 lines
161 B
Bash
11 lines
161 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Script to update system and sync
|
||
|
# Does not pull changes from git
|
||
|
|
||
|
# Update flake
|
||
|
~/.dotfiles/update.sh;
|
||
|
|
||
|
# Synchronize system
|
||
|
~/.dotfiles/sync.sh;
|