framework 16 day!
This commit is contained in:
parent
c9804239d3
commit
0f8a1aa7e1
7 changed files with 154 additions and 54 deletions
|
|
@ -50,6 +50,7 @@
|
|||
prusa-slicer
|
||||
qmk
|
||||
qmk-udev-rules
|
||||
qmk_hid
|
||||
ripgrep-all
|
||||
snapper
|
||||
starship
|
||||
|
|
@ -88,12 +89,12 @@
|
|||
# '';
|
||||
|
||||
# obs virtual camera
|
||||
# boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||
# v4l2loopback
|
||||
# ];
|
||||
# boot.extraModprobeConfig = ''
|
||||
# options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
|
||||
# '';
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||
v4l2loopback
|
||||
];
|
||||
boot.extraModprobeConfig = ''
|
||||
options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
|
||||
'';
|
||||
|
||||
# stylix.autoEnable = false;
|
||||
# stylix.image = /home/tao/Pictures/Wallpapers/DJI_0121.JPG;
|
||||
|
|
|
|||
19
users/vy.nix
19
users/vy.nix
|
|
@ -1,9 +1,26 @@
|
|||
{pkgs, ...}: {
|
||||
users.users.vy.packages = with pkgs; [
|
||||
audacity
|
||||
firefox
|
||||
jellyfin-media-player
|
||||
keepassxc
|
||||
libsForQt5.kdeconnect-kde
|
||||
mpv
|
||||
onlyoffice-bin
|
||||
snapper
|
||||
syncthingtray
|
||||
wezterm
|
||||
yt-dlp
|
||||
zoom-us
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts-cjk
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
|
||||
users.users.vy = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["scanner" "lp"];
|
||||
extraGroups = ["audio" "video"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue