Init config

This commit is contained in:
Aleksandr Lebedev 2025-11-04 11:15:44 +01:00
commit 2822c1b11b
9 changed files with 1125 additions and 0 deletions

4
guix/channels.scm Normal file
View file

@ -0,0 +1,4 @@
(cons (channel
(name 'quickshell)
(url "https://git.outfoxxed.me/quickshell/quickshell"))
%default-channels)