mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 11:43:03 +03:00
feat(desktop): turn off opensnitch & add android-file-transfer
This commit is contained in:
parent
07c003dd86
commit
b43974d7e0
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"android-file-transfer"
|
||||||
"remmina"
|
"remmina"
|
||||||
"font-google-noto-emoji"
|
"font-google-noto-emoji"
|
||||||
"telegram-desktop"
|
"telegram-desktop"
|
||||||
|
|
|
||||||
|
|
@ -4056,6 +4056,7 @@ Install it via nix:
|
||||||
nix-env -I opensnitchd opensnitch-ui
|
nix-env -I opensnitchd opensnitch-ui
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
=sudoers= has to be modified this to work.
|
||||||
#+begin_src scheme
|
#+begin_src scheme
|
||||||
(define opensnitchd
|
(define opensnitchd
|
||||||
(make <service>
|
(make <service>
|
||||||
|
|
@ -4093,8 +4094,9 @@ Register services:
|
||||||
;; xmodmap
|
;; xmodmap
|
||||||
nm-applet
|
nm-applet
|
||||||
vnstatd
|
vnstatd
|
||||||
opensnitchd
|
;; opensnitchd
|
||||||
opensnitch-ui)
|
;; opensnitch-ui
|
||||||
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Daemonize shepherd
|
Daemonize shepherd
|
||||||
|
|
@ -4149,6 +4151,7 @@ Other desktop programs I use are listed below.
|
||||||
| desktop-misc | telegram-desktop | |
|
| desktop-misc | telegram-desktop | |
|
||||||
| desktop-misc | font-google-noto-emoji | |
|
| desktop-misc | font-google-noto-emoji | |
|
||||||
| desktop-misc | remmina | |
|
| desktop-misc | remmina | |
|
||||||
|
| desktop-misc | android-file-transfer | |
|
||||||
|
|
||||||
#+NAME: packages
|
#+NAME: packages
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp :tangle no
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue