vy
This commit is contained in:
parent
a85f11e974
commit
cad62788ce
6 changed files with 36 additions and 22 deletions
|
|
@ -9,6 +9,7 @@
|
|||
yt-dlp
|
||||
zoom-us
|
||||
];
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts-cjk
|
||||
|
|
@ -17,6 +18,6 @@
|
|||
|
||||
users.users.vy = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["audio" "video"];
|
||||
extraGroups = ["wheel" "audio" "video"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue