mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(desktop): add lua, gparted and gnome-disk-utility
This commit is contained in:
parent
ba29177f96
commit
1b9a46394b
3 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"gparted"
|
||||
"gnome-disk-utility"
|
||||
"anydesk"
|
||||
"polkit-gnome"
|
||||
"fontconfig"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"lua"
|
||||
"gcc-toolchain"
|
||||
"go"
|
||||
"openjdk"
|
||||
|
|
|
|||
|
|
@ -2124,6 +2124,7 @@ This section generates manifests for various desktop software that I'm using.
|
|||
| dev | openjdk |
|
||||
| dev | go |
|
||||
| dev | gcc-toolchain |
|
||||
| dev | lua |
|
||||
** Manifests
|
||||
#+NAME: packages
|
||||
#+begin_src emacs-lisp :tangle no :var category=""
|
||||
|
|
@ -2446,6 +2447,8 @@ Other desktop programs I use are listed below.
|
|||
| fontconfig | |
|
||||
| polkit-gnome | Polkit authentication agent |
|
||||
| anydesk | Remote desktop software |
|
||||
| gnome-disk-utility | Manage disks |
|
||||
| gparted | Manage partitions |
|
||||
|
||||
#+NAME: packages
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue