diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2024-09-20 14:16:56 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2024-09-20 14:16:56 +0200 |
commit | 45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a (patch) | |
tree | b564c1c43920def6641cd482a7b4dca453dbc043 /.guix-channel | |
parent | 07dd8e37eb767c3dd6abf63e5e4a720cd778da15 (diff) | |
download | dotfiles-45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a.tar.gz dotfiles-45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a.zip |
Change dotfiles structure, and add guix-channels declaration.
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..c788233 --- /dev/null +++ b/.guix-channel | |||
@@ -0,0 +1,13 @@ | |||
1 | (channel | ||
2 | (version 0) | ||
3 | (directory "guix") | ||
4 | (url "https://git.jdlugosz.com/personal/dotfiles/") | ||
5 | (dependencies | ||
6 | (channel | ||
7 | (name nonguix) | ||
8 | (url "https://gitlab.com/nonguix/nonguix") | ||
9 | (branch "master")) | ||
10 | (channel | ||
11 | (name rustup) | ||
12 | (url "https://github.com/declantsien/guix-rustup") | ||
13 | (branch "master")))) \ No newline at end of file | ||