diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2023-07-03 14:12:58 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2023-07-03 14:37:09 +0200 |
commit | 49e0dc10749a34f66a0935c1ded8f6fa6c4b346c (patch) | |
tree | 8f04a20602177a9c24d980442e850c43aeca5f8c /.config/guix/manifests/desktop.scm | |
parent | 47a2b2c8caff2a59ab6d67ffae837811fc24ccf5 (diff) | |
download | dotfiles-49e0dc10749a34f66a0935c1ded8f6fa6c4b346c.tar.gz dotfiles-49e0dc10749a34f66a0935c1ded8f6fa6c4b346c.zip |
Add guix manifests and channels.
Diffstat (limited to '.config/guix/manifests/desktop.scm')
-rw-r--r-- | .config/guix/manifests/desktop.scm | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/.config/guix/manifests/desktop.scm b/.config/guix/manifests/desktop.scm new file mode 100644 index 0000000..65f456e --- /dev/null +++ b/.config/guix/manifests/desktop.scm | |||
@@ -0,0 +1,54 @@ | |||
1 | (specifications->manifest | ||
2 | '("qutebrowser" | ||
3 | |||
4 | "pulsemixer" | ||
5 | "pavucontrol-qt" | ||
6 | |||
7 | "virt-manager" | ||
8 | |||
9 | "flatpak" | ||
10 | "redshift" | ||
11 | "fontmanager" | ||
12 | |||
13 | "polybar" | ||
14 | |||
15 | "blueman" | ||
16 | |||
17 | "xdg-utils" | ||
18 | "xdg-dbus-proxy" | ||
19 | "gtk+:bin" | ||
20 | "shared-mime-info" | ||
21 | |||
22 | "gimp" | ||
23 | "inkscape" | ||
24 | |||
25 | "mpv" | ||
26 | "youtube-dl" | ||
27 | |||
28 | "pamixer" | ||
29 | "playerctl" | ||
30 | "scrot" | ||
31 | "brightnessctl" | ||
32 | "slock" | ||
33 | "upower" | ||
34 | "tlp" | ||
35 | |||
36 | "curl" | ||
37 | "wget" | ||
38 | "zip" | ||
39 | "unzip" | ||
40 | "trash-cli" | ||
41 | "password-store" | ||
42 | "pinentry" | ||
43 | |||
44 | "syncthing" | ||
45 | "syncthing-gtk" | ||
46 | |||
47 | "xmodmap" | ||
48 | "xrandr" | ||
49 | "arandr" | ||
50 | "xss-lock" | ||
51 | "libinput" | ||
52 | "xinput" | ||
53 | |||
54 | )) | ||