remove dev and gaming from nomom
This commit is contained in:
parent
c482850c55
commit
9f9afecef8
4 changed files with 4 additions and 4 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue