removed hyprfloat, better usb management

This commit is contained in:
voidarclabs
2026-01-10 11:55:00 +00:00
parent 0e6a665fe7
commit 347e33fa69
2 changed files with 21 additions and 3 deletions

View File

@@ -114,6 +114,8 @@
description = "user01";
extraGroups = [
"input"
"root"
"plugdev"
"bluetooth"
"networkmanager"
"docker"
@@ -139,7 +141,6 @@
carapace
kitty
github-cli
# light
bluetuith
wget
playerctl

View File

@@ -9,6 +9,19 @@
{
networking.hostName = "HACKSTATION";
# Enable nix-ld to run unpatched binaries
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
stdenv.cc.cc
zlib
libusb1
];
# Add Samsung USB udev rules
services.udev.extraRules = ''
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666", GROUP="plugdev"
'';
# Opengl and vulkan
hardware.graphics = {
enable = true;
@@ -29,11 +42,15 @@
# Local User
users.users.user01 = {
extraGroups = [ "docker" ];
extraGroups = [
"adbusers"
"docker"
];
packages = with pkgs; [
bottles
ferdium
inputs.hyprfloat.packages.${pkgs.system}.default
vesktop
wine64
delfin
docker
jellyfin-tui