configuration.nix aktualisiert

This commit is contained in:
fnord 2025-05-07 03:29:39 +02:00
parent a85d438a2b
commit 60ab62b512

View file

@ -48,7 +48,7 @@
openFirewall = true;
};
#nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Enabling HackRF One Support
hardware.hackrf.enable = true;
@ -59,7 +59,6 @@
pulse.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
# services.libinput.enable = true;
@ -89,10 +88,6 @@
ptouch-driver
sambaFull
git
orca-slicer
wineWowPackages.waylandFull
freecad-wayland
gqrx
];
# Copy the NixOS configuration file and link it from the resulting system
@ -120,4 +115,3 @@
system.stateVersion = "24.11"; # Did you read the comment?
}