20205-10-04

This commit is contained in:
2025-10-04 02:58:56 +09:00
parent 92bd37ab71
commit 9ac4e308f6
19 changed files with 253 additions and 55 deletions
+2
View File
@@ -6,6 +6,8 @@
fcitx5.addons = with pkgs; [
fcitx5-mozc
fcitx5-gtk
fcitx5-rose-pine
];
fcitx5.waylandFrontend = true;
};
}
+5 -2
View File
@@ -1,12 +1,15 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tmux
zip
unzip
rar
ripgrep
btop-rocm
bat
wezterm
libsixel
nixfmt-rfc-style
];}
];
}
+1 -1
View File
@@ -5,6 +5,6 @@
ffmpeg
];
boot.extraModprobeConfig = ''
options v4l2loopback devices=2 video_nr=0,1 card_label="Scrcpy Source","OBS VirtualCamera" exclusive_caps=1
options v4l2loopback devices=2 video_nr=0,1 card_label="Scrcpy Source,OBS VirtualCamera" exclusive_caps=1
'';
}