mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 14:45:51 +05:30
11 lines
245 B
Bash
Executable file
11 lines
245 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Script to synchronize system state
|
|
# with configuration files for nixos system
|
|
# and home-manager
|
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
$SCRIPT_DIR/sync-system.sh
|
|
$SCRIPT_DIR/sync-user.sh
|