Reorganize some apps and add wlsunset
This commit is contained in:
parent
8ffc50bef7
commit
829459865c
|
@ -7,6 +7,7 @@
|
||||||
./librewolf
|
./librewolf
|
||||||
./mangohud
|
./mangohud
|
||||||
./mpv
|
./mpv
|
||||||
|
./obs
|
||||||
./pcmanfm
|
./pcmanfm
|
||||||
./rofi
|
./rofi
|
||||||
./thunderbird
|
./thunderbird
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./spotdl
|
|
||||||
./yt-dlp
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ffmpeg
|
ffmpeg
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{ pkgs, blender, ... }:
|
{ pkgs, blender, ... }:
|
||||||
{
|
{
|
||||||
imports = [ ./obs ];
|
|
||||||
|
|
||||||
nixpkgs.overlays = [ blender.overlays.default ];
|
nixpkgs.overlays = [ blender.overlays.default ];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
@ -8,7 +8,9 @@
|
||||||
./neovim
|
./neovim
|
||||||
./nh
|
./nh
|
||||||
./ranger
|
./ranger
|
||||||
|
./spotdl
|
||||||
./tmux
|
./tmux
|
||||||
|
./yt-dlp
|
||||||
./zsh
|
./zsh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,9 +11,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases.opusdl = ''yt-dlp -f ba -x --audio-quality 0'';
|
||||||
ytm3u = "yt-dlp -gS proto:m3u8";
|
|
||||||
opusdl = ''yt-dlp -f ba -x --audio-quality 0'';
|
|
||||||
spotdl = "spotdl --m3u --format opus";
|
|
||||||
};
|
|
||||||
}
|
}
|
|
@ -15,6 +15,7 @@
|
||||||
"mako"
|
"mako"
|
||||||
"sunshine"
|
"sunshine"
|
||||||
"rot8"
|
"rot8"
|
||||||
|
"wlsunset -s 22:30 -S 06:30"
|
||||||
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
|
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
|
||||||
|
|
||||||
# Foreground
|
# Foreground
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
spawn-at-startup "mako"
|
spawn-at-startup "mako"
|
||||||
spawn-at-startup "sunshine"
|
spawn-at-startup "sunshine"
|
||||||
spawn-at-startup "rot8"
|
spawn-at-startup "rot8"
|
||||||
|
spawn-at-startup "wlsunset -s 22:30 -S 06:30"
|
||||||
spawn-at-startup "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
|
spawn-at-startup "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
|
||||||
spawn-at-startup "${pkgs.xwayland-satellite}/bin/xwayland-satellite"
|
spawn-at-startup "${pkgs.xwayland-satellite}/bin/xwayland-satellite"
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,9 @@
|
||||||
brightnessctl
|
brightnessctl
|
||||||
clipman
|
clipman
|
||||||
libnotify
|
libnotify
|
||||||
wl-clipboard
|
|
||||||
wdisplays
|
|
||||||
rot8
|
rot8
|
||||||
|
wl-clipboard
|
||||||
|
wlsunset
|
||||||
|
wdisplays
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
{ command = "mako"; }
|
{ command = "mako"; }
|
||||||
{ command = "sunshine"; }
|
{ command = "sunshine"; }
|
||||||
{ command = "rot8"; }
|
{ command = "rot8"; }
|
||||||
|
{ command = "wlsunset -s 22:30 -S 06:30"; }
|
||||||
{ command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"; }
|
{ command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"; }
|
||||||
|
|
||||||
# Foreground
|
# Foreground
|
||||||
|
|
Loading…
Reference in a new issue