add: obs and firefox, fix: desktop and greeter QoL

This commit is contained in:
2025-02-21 19:44:52 +09:00
parent a4ff711bc3
commit fd6281b9a0
12 changed files with 87 additions and 14 deletions
+1 -3
View File
@@ -7,11 +7,9 @@
withUWSM = true;
};
hyprlock.enable = true;
regreet.enable = true;
};
services.hypridle.enable = true;
environment.systemPackages = with pkgs; [
swww
eww
+2 -1
View File
@@ -12,6 +12,7 @@
};
environment.systemPackages = with pkgs; [
fishPlugins.z
bc
jq
socat
@@ -21,4 +22,4 @@
lsof
pciutils
];
}
}
+1 -2
View File
@@ -8,6 +8,5 @@
bat
wezterm
kitty
nixfmt-rfc-style
];}
];}
+3
View File
@@ -4,4 +4,7 @@
v4l-utils
ffmpeg
];
boot.extraModprobeConfig = ''
options v4l2loopback devices=2 video_nr=0,1 card_label="Scrcpy Source","OBS VirtualCamera" exclusive_caps=1
'';
}