mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fix root owned home-manager sqlite errors
This commit is contained in:
parent
e1c0a0eaa5
commit
92617265ad
|
@ -6,6 +6,9 @@
|
|||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
# Fix root-owned sqlite errors
|
||||
sudo chown -R 1000:users ~/.cache/nix;
|
||||
|
||||
# Install and build home-manager configuration
|
||||
home-manager switch --flake $SCRIPT_DIR#user;
|
||||
|
||||
|
|
Loading…
Reference in a new issue