Skip to content

Commit

Permalink
fix(nixos): bind dotfiles folder
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Apr 23, 2023
1 parent 517fd70 commit 2812997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/up
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import subprocess
import pathlib
import sys

DIR = pathlib.Path.home().joinpath('.dotfiles')
DIR = pathlib.Path.cwd()


def run(command):
Expand Down
1 change: 1 addition & 0 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ in
"Pictures"
"Videos"
"github"
".dotfiles"
".ssh"
];
};
Expand Down

0 comments on commit 2812997

Please sign in to comment.