adding some programs
This commit is contained in:
parent
f991e8ccf9
commit
dc4af67907
|
@ -280,6 +280,10 @@ libnotify
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
|
aha
|
||||||
|
glxinfo
|
||||||
|
vulkan-tools
|
||||||
|
wayland-utils
|
||||||
plocate
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
|
@ -292,7 +296,9 @@ kde-cli-tools
|
||||||
gzip
|
gzip
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
qrencode
|
||||||
brave
|
brave
|
||||||
|
scribus
|
||||||
# firefox
|
# firefox
|
||||||
kate
|
kate
|
||||||
kdialog
|
kdialog
|
||||||
|
@ -320,6 +326,7 @@ ffmpeg
|
||||||
wlroots
|
wlroots
|
||||||
picom-next
|
picom-next
|
||||||
pamixer
|
pamixer
|
||||||
|
playerctl
|
||||||
jellyfin-mpv-shim
|
jellyfin-mpv-shim
|
||||||
pfetch
|
pfetch
|
||||||
macchina
|
macchina
|
||||||
|
@ -413,7 +420,7 @@ Emacs service
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
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
|
#+end_src
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#? Config file for btop v. 1.2.7
|
#? Config file for btop v. 1.2.6
|
||||||
|
|
||||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||||
|
@ -47,7 +47,7 @@ graph_symbol_net = "default"
|
||||||
graph_symbol_proc = "default"
|
graph_symbol_proc = "default"
|
||||||
|
|
||||||
#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace.
|
#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace.
|
||||||
shown_boxes = "cpu mem net proc"
|
shown_boxes = "cpu proc"
|
||||||
|
|
||||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||||
update_ms = 2000
|
update_ms = 2000
|
||||||
|
@ -95,7 +95,7 @@ cpu_invert_lower = True
|
||||||
cpu_single_graph = False
|
cpu_single_graph = False
|
||||||
|
|
||||||
#* Show cpu box at bottom of screen instead of top.
|
#* Show cpu box at bottom of screen instead of top.
|
||||||
cpu_bottom = False
|
cpu_bottom = True
|
||||||
|
|
||||||
#* Shows the system uptime in the CPU box.
|
#* Shows the system uptime in the CPU box.
|
||||||
show_uptime = True
|
show_uptime = True
|
||||||
|
@ -144,9 +144,6 @@ mem_graphs = True
|
||||||
#* Show mem box below net box instead of above.
|
#* Show mem box below net box instead of above.
|
||||||
mem_below_net = False
|
mem_below_net = False
|
||||||
|
|
||||||
#* Count ZFS ARC in cached and available memory.
|
|
||||||
zfs_arc_cached = True
|
|
||||||
|
|
||||||
#* If swap memory should be shown in memory box.
|
#* If swap memory should be shown in memory box.
|
||||||
show_swap = True
|
show_swap = True
|
||||||
|
|
||||||
|
|
|
@ -194,6 +194,10 @@
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
|
aha
|
||||||
|
glxinfo
|
||||||
|
vulkan-tools
|
||||||
|
wayland-utils
|
||||||
plocate
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
|
@ -206,7 +210,9 @@
|
||||||
gzip
|
gzip
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
qrencode
|
||||||
brave
|
brave
|
||||||
|
scribus
|
||||||
# firefox
|
# firefox
|
||||||
kate
|
kate
|
||||||
kdialog
|
kdialog
|
||||||
|
@ -234,6 +240,7 @@
|
||||||
wlroots
|
wlroots
|
||||||
picom-next
|
picom-next
|
||||||
pamixer
|
pamixer
|
||||||
|
playerctl
|
||||||
jellyfin-mpv-shim
|
jellyfin-mpv-shim
|
||||||
pfetch
|
pfetch
|
||||||
macchina
|
macchina
|
||||||
|
@ -316,7 +323,7 @@
|
||||||
|
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
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 ]));
|
||||||
};
|
};
|
||||||
services.samba-wsdd.enable = true;
|
services.samba-wsdd.enable = true;
|
||||||
services.samba = {
|
services.samba = {
|
||||||
|
|
|
@ -208,6 +208,10 @@
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
|
aha
|
||||||
|
glxinfo
|
||||||
|
vulkan-tools
|
||||||
|
wayland-utils
|
||||||
plocate
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
|
@ -220,7 +224,9 @@
|
||||||
gzip
|
gzip
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
qrencode
|
||||||
brave
|
brave
|
||||||
|
scribus
|
||||||
# firefox
|
# firefox
|
||||||
kate
|
kate
|
||||||
kdialog
|
kdialog
|
||||||
|
@ -248,6 +254,7 @@
|
||||||
wlroots
|
wlroots
|
||||||
picom-next
|
picom-next
|
||||||
pamixer
|
pamixer
|
||||||
|
playerctl
|
||||||
jellyfin-mpv-shim
|
jellyfin-mpv-shim
|
||||||
pfetch
|
pfetch
|
||||||
macchina
|
macchina
|
||||||
|
@ -333,7 +340,7 @@
|
||||||
|
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
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 ]));
|
||||||
};
|
};
|
||||||
services.samba-wsdd.enable = true;
|
services.samba-wsdd.enable = true;
|
||||||
services.samba = {
|
services.samba = {
|
||||||
|
|
Loading…
Reference in a new issue