mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(desktop): add missing profiles
This commit is contained in:
parent
554c8b85eb
commit
35ea3ab796
3 changed files with 36 additions and 0 deletions
22
.config/guix/manifests/desktop-misc.scm
Normal file
22
.config/guix/manifests/desktop-misc.scm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"xev"
|
||||
"gparted"
|
||||
"gnome-disk-utility"
|
||||
"anydesk"
|
||||
"qbittorrent"
|
||||
"gnome-font-viewer"
|
||||
"xdg-utils"
|
||||
"telegram-desktop"
|
||||
"thunar"
|
||||
"copyq"
|
||||
"feh"
|
||||
"polkit-gnome"
|
||||
"fontconfig"
|
||||
"xmodmap"
|
||||
"network-manager-applet"
|
||||
"pavucontrol"
|
||||
"ponymix"
|
||||
"light"
|
||||
"arandr"
|
||||
"xprop"))
|
||||
8
.config/guix/manifests/desktop-polybar.scm
Normal file
8
.config/guix/manifests/desktop-polybar.scm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"dateutils"
|
||||
"sunwait"
|
||||
"jq"
|
||||
"curl"
|
||||
"bind:utils"
|
||||
"polybar"))
|
||||
6
.config/guix/manifests/desktop-rofi.scm
Normal file
6
.config/guix/manifests/desktop-rofi.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"xset"
|
||||
"rofi-pass"
|
||||
"python-rofimoji"
|
||||
"rofi"))
|
||||
Loading…
Add table
Reference in a new issue