Compare commits

...

4 Commits

Author SHA1 Message Date
Sojus07
c3aba30c34 add yt-dlp 2025-04-11 02:30:51 +02:00
Sojus07
160ea2abc7 pepega 2025-04-02 15:16:52 +02:00
Sojus07
4747ba1c58 pepega 2025-04-02 15:01:09 +02:00
Sojus07
a4a76bd91f MonkaS 2025-03-27 22:58:48 +01:00
3 changed files with 2 additions and 5 deletions

View File

@ -27,7 +27,6 @@
bind -n M-Up select-pane -U bind -n M-Up select-pane -U
bind -n M-Down select-pane -D bind -n M-Down select-pane -D
set-option -s status-interval 1
set -g status-left-length 100 set -g status-left-length 100
set -g status-right-length 100 set -g status-right-length 100
set -g status-position top set -g status-position top
@ -37,8 +36,6 @@
set -g @plugin 'o0th/tmux-nova' set -g @plugin 'o0th/tmux-nova'
set -g @nova-nerdfonts true set -g @nova-nerdfonts true
set -g @nova-nerdfonts-left
set -g @nova-nerdfonts-right
set -g @nova-pane-active-border-style "#44475a" set -g @nova-pane-active-border-style "#44475a"
set -g @nova-pane-border-style "#282a36" set -g @nova-pane-border-style "#282a36"

View File

@ -3,7 +3,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# System utilities # System utilities
unzip unzip
yt-dlp
inetutils inetutils
git git
wget wget
@ -93,6 +92,7 @@
cubicsdr cubicsdr
gqrx gqrx
multimon-ng multimon-ng
stellarium
# Miscellaneous # Miscellaneous
cava cava

View File

@ -19,7 +19,7 @@
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-label/ESP"; { device = "/dev/disk/by-uuid/9AA3-DC16";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };