mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-07-25 01:54:48 +00:00
feat: audio cast
This commit is contained in:
+11
-1
@@ -72,7 +72,17 @@
|
||||
|
||||
hardware = {
|
||||
q3279vwf.enable = true;
|
||||
audio.preset.pipewire.enable = true;
|
||||
audio = {
|
||||
preset.pipewire.enable = true;
|
||||
audio-share = {
|
||||
enable = true;
|
||||
partner = {
|
||||
ip = "192.168.0.84";
|
||||
name = "Thea";
|
||||
combine = "alsa_output.usb-SteelSeries_Arctis_Pro_Wireless-00.pro-output-0";
|
||||
};
|
||||
};
|
||||
};
|
||||
cc1.enable = true;
|
||||
|
||||
nvidia.preset.proprietary.enable = true;
|
||||
|
||||
@@ -15,9 +15,15 @@
|
||||
kdePackages.okular
|
||||
bitbox
|
||||
gamma-launcher
|
||||
(pkgs.writeShellApplication {
|
||||
name = "shut";
|
||||
text = ''
|
||||
shutdown now
|
||||
'';
|
||||
})
|
||||
];
|
||||
};
|
||||
wayland.windowManager.hyprland.settings.config.input.kb_options = [ "lv3:caps_switch" ];
|
||||
wayland.windowManager.hyprland.settings.config.input.kb_options = "lv3:caps_switch";
|
||||
services.nextcloud-client.enable = true;
|
||||
systemd.user.services = {
|
||||
nm-applet = {
|
||||
|
||||
Reference in New Issue
Block a user