emacs packages and small script changes plus ydotool
This commit is contained in:
parent
32a7b0f62f
commit
3817f015d2
|
@ -427,7 +427,7 @@ pulsemixer
|
|||
any-nix-shell
|
||||
wtype
|
||||
xdotool
|
||||
#ydotool
|
||||
ydotool
|
||||
wmctrl
|
||||
xcape
|
||||
xclip
|
||||
|
@ -662,7 +662,9 @@ services.emacs = {
|
|||
gcmh
|
||||
use-package
|
||||
esh-autosuggest
|
||||
pkgs.mu ]));
|
||||
pkgs.mu
|
||||
pkgs.tree-sitter-grammars.tree-sitter-cpp
|
||||
]));
|
||||
};
|
||||
#+end_src
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
osc=no
|
||||
vo=gpu
|
||||
af=scaletempo2
|
||||
autofit=2700
|
||||
autofit=2800
|
||||
geometry=50%:50%
|
||||
# input-ipc-server="/tmp/mpvsocket"
|
||||
hwdec=auto
|
||||
|
|
|
@ -305,7 +305,7 @@
|
|||
any-nix-shell
|
||||
wtype
|
||||
xdotool
|
||||
#ydotool
|
||||
ydotool
|
||||
wmctrl
|
||||
xcape
|
||||
xclip
|
||||
|
@ -520,7 +520,9 @@
|
|||
gcmh
|
||||
use-package
|
||||
esh-autosuggest
|
||||
pkgs.mu ]));
|
||||
pkgs.mu
|
||||
pkgs.tree-sitter-grammars.tree-sitter-cpp
|
||||
]));
|
||||
};
|
||||
services.samba-wsdd.enable = true;
|
||||
services.samba = {
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
any-nix-shell
|
||||
wtype
|
||||
xdotool
|
||||
#ydotool
|
||||
ydotool
|
||||
wmctrl
|
||||
xcape
|
||||
xclip
|
||||
|
@ -507,7 +507,9 @@
|
|||
gcmh
|
||||
use-package
|
||||
esh-autosuggest
|
||||
pkgs.mu ]));
|
||||
pkgs.mu
|
||||
pkgs.tree-sitter-grammars.tree-sitter-cpp
|
||||
]));
|
||||
};
|
||||
services.samba-wsdd.enable = true;
|
||||
services.samba = {
|
||||
|
|
Loading…
Reference in a new issue