mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-03 19:44:03 +05:30
Fix root owned home-manager sqlite errors
This commit is contained in:
parent
e1c0a0eaa5
commit
92617265ad
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue