framework 16 day!
This commit is contained in:
parent
c9804239d3
commit
0f8a1aa7e1
7 changed files with 154 additions and 54 deletions
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