diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2023-07-05 13:59:28 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2023-07-05 13:59:28 +0200 |
commit | d85086ed10809cf9864ed0321285d31c0b1f93f0 (patch) | |
tree | 773b7336100281f9f1e1902a4d7006d2731e114e /.bin | |
parent | 49e0dc10749a34f66a0935c1ded8f6fa6c4b346c (diff) | |
download | dotfiles-d85086ed10809cf9864ed0321285d31c0b1f93f0.tar.gz dotfiles-d85086ed10809cf9864ed0321285d31c0b1f93f0.zip |
Add polkit rules and home services to my guix config.
Diffstat (limited to '.bin')
-rwxr-xr-x | .bin/home-reconfigure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bin/home-reconfigure b/.bin/home-reconfigure new file mode 100755 index 0000000..70d1797 --- /dev/null +++ b/.bin/home-reconfigure | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | JD_HOME=1 sudo -E guix home -L $HOME/dotfiles/guix reconfigure $HOME/dotfiles/guix/jd/desktops/$(hostname).scm \ No newline at end of file | ||