mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(guix): add scanner, megacmd
This commit is contained in:
parent
2d0893ed6d
commit
5e4504b764
4 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"arandr"
|
||||
"xprop"
|
||||
"xrandr"
|
||||
"megacmd"
|
||||
"activitywatch-bin"
|
||||
"flatpak"
|
||||
"zathura-djvu"
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@
|
|||
"input"
|
||||
"tty"
|
||||
"docker"
|
||||
"scanner"
|
||||
"lp")))
|
||||
%base-user-accounts))
|
||||
|
||||
|
|
|
|||
|
|
@ -2227,6 +2227,10 @@ aw-watcher-window
|
|||
#:start (make-forkexec-constructor '("aw-watcher-window"))
|
||||
#:stop (make-kill-destructor)))
|
||||
#+end_src
|
||||
** Sync
|
||||
| Guix dependency |
|
||||
|-----------------|
|
||||
| megacmd |
|
||||
** Shepherd config
|
||||
Register services
|
||||
#+begin_src scheme
|
||||
|
|
|
|||
1
Guix.org
1
Guix.org
|
|
@ -219,6 +219,7 @@ User accounts.
|
|||
"input"
|
||||
"tty"
|
||||
"docker"
|
||||
"scanner"
|
||||
"lp")))
|
||||
%base-user-accounts))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue