Compare commits

..

7 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
Sojus07
9999dc3baf add yt-dlp 2025-03-27 22:40:59 +01:00
Sojus07
009edeb259 removed yt-dlp 2025-03-27 22:33:05 +01:00
Sojus07
617119491f Add Adwaita and dconf 2025-03-19 18:27:28 +01:00
4 changed files with 7 additions and 5 deletions

View File

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

View File

@ -3,7 +3,6 @@
environment.systemPackages = with pkgs; [
# System utilities
unzip
yt-dlp
inetutils
git
wget
@ -93,6 +92,7 @@
cubicsdr
gqrx
multimon-ng
stellarium
# Miscellaneous
cava
@ -101,8 +101,10 @@
wf-recorder
qbittorrent
superTuxKart
adwaita-icon-theme
];
fonts = {
fontconfig.enable = true;
packages = with pkgs; [

View File

@ -50,6 +50,9 @@
programs = {
nix-ld.enable = true;
fish.enable = true;
dconf = {
enable = true;
};
};
environment.etc = {

View File

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