From 45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Fri, 20 Sep 2024 14:16:56 +0200 Subject: Change dotfiles structure, and add guix-channels declaration. --- .guix-channel | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .guix-channel (limited to '.guix-channel') diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..c788233 --- /dev/null +++ b/.guix-channel @@ -0,0 +1,13 @@ +(channel + (version 0) + (directory "guix") + (url "https://git.jdlugosz.com/personal/dotfiles/") + (dependencies + (channel + (name nonguix) + (url "https://gitlab.com/nonguix/nonguix") + (branch "master")) + (channel + (name rustup) + (url "https://github.com/declantsien/guix-rustup") + (branch "master")))) \ No newline at end of file -- cgit v1.2.3