remove dev and gaming from nomom

This commit is contained in:
Tao Tien 2024-03-30 19:41:38 -07:00
parent c482850c55
commit 9f9afecef8
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{pkgs, ...}: {
users.users.vy.packages = with pkgs; [
audacity
cosmic-store
jellyfin-media-player
keepassxc
onlyoffice-bin
@ -16,6 +17,8 @@
noto-fonts-color-emoji
];
services.flatpak.enable = true;
users.users.vy = {
isNormalUser = true;
extraGroups = ["wheel" "audio" "video"];