From 49e0dc10749a34f66a0935c1ded8f6fa6c4b346c Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Mon, 3 Jul 2023 14:12:58 +0200 Subject: Add guix manifests and channels. --- .config/guix/manifests/desktop.scm | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .config/guix/manifests/desktop.scm (limited to '.config/guix/manifests/desktop.scm') 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 @@ +(specifications->manifest + '("qutebrowser" + + "pulsemixer" + "pavucontrol-qt" + + "virt-manager" + + "flatpak" + "redshift" + "fontmanager" + + "polybar" + + "blueman" + + "xdg-utils" + "xdg-dbus-proxy" + "gtk+:bin" + "shared-mime-info" + + "gimp" + "inkscape" + + "mpv" + "youtube-dl" + + "pamixer" + "playerctl" + "scrot" + "brightnessctl" + "slock" + "upower" + "tlp" + + "curl" + "wget" + "zip" + "unzip" + "trash-cli" + "password-store" + "pinentry" + + "syncthing" + "syncthing-gtk" + + "xmodmap" + "xrandr" + "arandr" + "xss-lock" + "libinput" + "xinput" + + )) -- cgit v1.2.3