[feat] fit .config/guix path

This commit is contained in:
SouthFox 2024-11-21 01:19:32 +08:00
parent 2f972ed7c8
commit cb55ee8561
2 changed files with 11 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.DS_Store
.idea
*.log
tmp/
shell-authorized-directories

5
channels.scm Normal file
View file

@ -0,0 +1,5 @@
(append (list (channel
(name 'fox-channel)
(url (string-append "file://" (getenv "HOME")
"/.config/guix"))))
%default-channels)