Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles
This commit is contained in:
@@ -193,7 +193,7 @@ in {
|
||||
"external": {
|
||||
"streamlink": {
|
||||
"quality": "",
|
||||
"options": "--config /home/${hyper.user}/.config/streamlink/config"
|
||||
"options": "--config ${hyper.home}/.config/streamlink/config"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,15 +4,27 @@ let
|
||||
transparency = builtins.toString rice.transparency;
|
||||
terminal = "ghostty";
|
||||
terminal-exec = "ghostty --command=";
|
||||
monitors = {
|
||||
monitors = let
|
||||
docked = false;
|
||||
in {
|
||||
xps = {
|
||||
main = {
|
||||
main = if docked then {
|
||||
name = "DP-5";
|
||||
resolution = "1920x1080";
|
||||
position = "1920x0";
|
||||
scale = "1.0";
|
||||
} else {
|
||||
name = "eDP-1";
|
||||
resolution = "1920x1200";
|
||||
position = "0x1080";
|
||||
scale = "1.0";
|
||||
};
|
||||
second = {
|
||||
second = if docked then {
|
||||
name = "DP-6";
|
||||
resolution = "1920x1080";
|
||||
position = "0x0";
|
||||
scale = "1.0";
|
||||
} else {
|
||||
name = "DP-3";
|
||||
resolution = "1920x1080";
|
||||
position = "0x0";
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
cmake
|
||||
dig
|
||||
du-dust
|
||||
dysk
|
||||
exiftool
|
||||
eza
|
||||
ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user