[feat] fit .config/guix path
This commit is contained in:
parent
2f972ed7c8
commit
cb55ee8561
2 changed files with 11 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
|
||||
shell-authorized-directories
|
5
channels.scm
Normal file
5
channels.scm
Normal file
|
@ -0,0 +1,5 @@
|
|||
(append (list (channel
|
||||
(name 'fox-channel)
|
||||
(url (string-append "file://" (getenv "HOME")
|
||||
"/.config/guix"))))
|
||||
%default-channels)
|
Loading…
Reference in a new issue