summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-19 23:17:47 +0200
committeradikro <adikro@disroot.org>2026-04-19 23:17:47 +0200
commit251ea36117f63919dbb7b928e45740a71f90c7b4 (patch)
tree2e877ea555b99ada90a3dbfa9618dc1a1a91439a
parent97eec64e5b301c9b25a31289ef909df2f2eb11e5 (diff)
minor mpv changes
-rw-r--r--flake.lock24
-rw-r--r--hm/soft/media.nix1
-rw-r--r--hm/soft/mpv.nix17
-rw-r--r--hosts/desktop/configuration.nix13
-rw-r--r--os/srv/sunshine.nix1
5 files changed, 34 insertions, 22 deletions
diff --git a/flake.lock b/flake.lock
index 30529a3..4799847 100644
--- a/flake.lock
+++ b/flake.lock
@@ -363,11 +363,11 @@
]
},
"locked": {
- "lastModified": 1776449631,
- "narHash": "sha256-hexqfDecJo5/QCivkhPUjesBhuv28j3iLE/hOu9xb6g=",
+ "lastModified": 1776619539,
+ "narHash": "sha256-pBQMSlEUICEfmzA+oSonzH0JlAcBjsVE0gT0QwsTNFE=",
"owner": "Mjoyufull",
"repo": "fsel",
- "rev": "ef9e4e210f1206fe97126d74a0c109e9558a9ee0",
+ "rev": "ad49c5d96bb1b1b738c5ce6f4410ecffea8adb5c",
"type": "github"
},
"original": {
@@ -732,11 +732,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
- "lastModified": 1776595270,
- "narHash": "sha256-U5iJHEVjXVPhD+cHUvzfbFNlgT6AxfUr+IZr9MUYa8w=",
+ "lastModified": 1776602954,
+ "narHash": "sha256-C41nazGNIM/58ISKaIirq8/z1sDgS6CVJnWBwAzhaGQ=",
"owner": "sodiboo",
"repo": "niri-flake",
- "rev": "8cd64f0a42a9a3e03974d1d804ff00f66baa2a18",
+ "rev": "c175f415488243723dc1a5514b286abbea6f93c1",
"type": "github"
},
"original": {
@@ -765,11 +765,11 @@
"niri-unstable": {
"flake": false,
"locked": {
- "lastModified": 1776588656,
- "narHash": "sha256-luGdCDS6Mxsgyhuamup/0P85S6JKSHF4E6lzZ/AY4A4=",
+ "lastModified": 1776598536,
+ "narHash": "sha256-7Bbp0fDBJMDRpKfdHelMXbhY51bdCa5+Qn/+XONaOwk=",
"owner": "YaLTeR",
"repo": "niri",
- "rev": "04c422e43f018cab681d52b199dc779c5fa90a52",
+ "rev": "68bb942d2146cd2c8af69c0f16db18396b4388fe",
"type": "github"
},
"original": {
@@ -944,11 +944,11 @@
"systems": "systems_3"
},
"locked": {
- "lastModified": 1776592225,
- "narHash": "sha256-zrkNoTGdKcDPdNsv8z3N+HvaMnWuzBd+qVfHNF8oh0k=",
+ "lastModified": 1776630589,
+ "narHash": "sha256-Ty/cyZ8tnxYliznpVG1ntziWaTfUAROHkHFR8k+p5j4=",
"owner": "NotAShelf",
"repo": "nvf",
- "rev": "fc411253d73790d3577149a2477c98003ea2653f",
+ "rev": "cd9c79b8cd012beaba818df713a0e0ea632b74a3",
"type": "github"
},
"original": {
diff --git a/hm/soft/media.nix b/hm/soft/media.nix
index 04bc670..350517b 100644
--- a/hm/soft/media.nix
+++ b/hm/soft/media.nix
@@ -12,7 +12,6 @@ in
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
stremio-linux-shell
- krita
czkawka
nsxiv
pinta
diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix
index b9ad274..b87ceef 100644
--- a/hm/soft/mpv.nix
+++ b/hm/soft/mpv.nix
@@ -45,7 +45,8 @@ in
profile = "gpu-hq";
gpu-api = "vulkan";
vo = "gpu-next";
- hwdec = "vaapi-copy";
+ # hwdec = "vaapi-copy";
+ hwdec = "no";
scale = "ewa_lanczossharp";
cscale = "ewa_lanczos";
@@ -164,14 +165,14 @@ in
};
scripts = with pkgs.mpvScripts; [
- webtorrent-mpv-hook
- videoclip
- thumbfast
- reload
- mpv-subtitle-lines
- mpv-notify-send
modernx
- memo
+ mpv-playlistmanager
+ thumbfast
+ mpris
+
+ webtorrent-mpv-hook
+ # reload
+ # memo
autosubsync-mpv
sponsorblock
];
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 28e417b..f55e857 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -97,10 +97,21 @@
};
};
+ services.xserver.desktopManager.xfce = {
+ enable = true;
+ enableWaylandSession = true;
+ waylandSessionCompositor = "labwc";
+ enableScreensaver = false;
+ };
+
+ programs = {
+ xfconf.enable = true;
+ thunar.enable = true;
+ };
+
environment.systemPackages = [
inputs.subtui.packages.x86_64-linux.subtui
pkgs.gimp
- pkgs.brave
];
boot = {
diff --git a/os/srv/sunshine.nix b/os/srv/sunshine.nix
index f1d4300..a347568 100644
--- a/os/srv/sunshine.nix
+++ b/os/srv/sunshine.nix
@@ -21,6 +21,7 @@ in
enable = true;
capSysAdmin = true;
openFirewall = true;
+ autoStart = false;
};
hardware.uinput.enable = true;