trying to package mu editor

This commit is contained in:
Matt Nish-Lapidus 2025-01-09 16:48:17 -05:00
parent 72f0a97656
commit 9c2ca6bd55
5 changed files with 41 additions and 18 deletions

View file

@ -73,6 +73,8 @@
egl-wayland
glfw-wayland
libGL.dev
libxcrypt.out
libgcrypt.out
openssl
linuxKernel.packages.linux_6_12.openrazer
];
@ -376,6 +378,7 @@
openssl.out
attr
libssh
libxcrypt.out
bzip2
libxml2
acl
@ -426,7 +429,7 @@
users.users.emenel = {
isNormalUser = true;
description = "emenel";
extraGroups = [ "networkmanager" "wheel" "uinput" "input" "audio" "video" "libvirtd" "nvidia" "cups" "openrazer" "plugdev" ];
extraGroups = [ "networkmanager" "wheel" "uinput" "uucp" "dialout" "input" "audio" "video" "libvirtd" "nvidia" "cups" "openrazer" "plugdev" ];
packages = with pkgs; [
git
];