update system

This commit is contained in:
2026-04-28 09:54:18 +02:00
parent 8d1edeea69
commit b6359d4468
5 changed files with 26 additions and 4 deletions
+2
View File
@@ -60,6 +60,8 @@
udev.packages = with pkgs; [
usb-sniffer
];
hardware.openrgb.enable = true;
};
hardware = {
+4 -1
View File
@@ -192,7 +192,10 @@
networkmanager = {
enable = true;
plugins = with pkgs; [ networkmanager-openconnect ];
plugins = with pkgs; [
networkmanager-openconnect
networkmanager-openvpn
];
};
};
+11
View File
@@ -20,6 +20,17 @@
wayland.windowManager.hyprland.settings.input.kb_options = [ "lv3:caps_switch" ];
services.nextcloud-client.enable = true;
systemd.user.services = {
nm-applet = {
Unit = {
Description = "Network manager applet";
After = [ "graphical-session.target" ];
};
Install.WantedBy = [ "graphical-session.target" ];
Service = {
ExecStart = "${pkgs.networkmanagerapplet}/bin/nm-applet";
Restart = "always";
};
};
blueman-applet = {
Unit = {
Description = "Bluetooth manager applet";
+8 -2
View File
@@ -7,7 +7,14 @@
sha256 = "0lghiiiphbkqgiprqirxifldvix0j4k04jh1z9f911shrzjgqq4s";
}
];
programs.mpv.enable = true;
programs.mpv = {
enable = true;
defaultProfiles = [ "gpu-hq" ];
config = {
tone-mapping = "mobius";
};
};
services.jellyfin-mpv-shim.enable = true;
home.packages = with pkgs; [
# nix
cachix
@@ -22,7 +29,6 @@
# media
yt-dlp
f3d
jellyfin-mpv-shim
makemkv
libfaketime
handbrake
+1 -1
View File
@@ -74,7 +74,7 @@ in
mode = "3840x2160@144";
position = "0x0";
scale = 1;
bitdepth = 10;
bitdepth = 8;
addreserved = "80,0,0,0";
cm = if cfg.hdr then "hdredid" else "srgb";
sdr_min_luminance = 0.25;