20205-10-04
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-mozc
|
||||
fcitx5-gtk
|
||||
fcitx5-rose-pine
|
||||
];
|
||||
fcitx5.waylandFrontend = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
zip
|
||||
unzip
|
||||
rar
|
||||
ripgrep
|
||||
btop-rocm
|
||||
bat
|
||||
|
||||
wezterm
|
||||
libsixel
|
||||
nixfmt-rfc-style
|
||||
];}
|
||||
];
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user