adding some programs
This commit is contained in:
parent
f991e8ccf9
commit
dc4af67907
4 changed files with 27 additions and 9 deletions
|
@ -280,6 +280,10 @@ libnotify
|
|||
rofi-wayland
|
||||
ripgrep
|
||||
fd
|
||||
aha
|
||||
glxinfo
|
||||
vulkan-tools
|
||||
wayland-utils
|
||||
plocate
|
||||
bc
|
||||
sysstat
|
||||
|
@ -292,7 +296,9 @@ kde-cli-tools
|
|||
gzip
|
||||
htop
|
||||
btop
|
||||
qrencode
|
||||
brave
|
||||
scribus
|
||||
# firefox
|
||||
kate
|
||||
kdialog
|
||||
|
@ -320,6 +326,7 @@ ffmpeg
|
|||
wlroots
|
||||
picom-next
|
||||
pamixer
|
||||
playerctl
|
||||
jellyfin-mpv-shim
|
||||
pfetch
|
||||
macchina
|
||||
|
@ -413,7 +420,7 @@ Emacs service
|
|||
#+begin_src nix
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
|
||||
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
|
||||
};
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue