update from local to repo

This commit is contained in:
fnord 2025-05-07 03:08:20 +02:00
parent 08ffd0638d
commit 6632a24144

View file

@ -13,6 +13,7 @@
./user-chch.nix
./boot.nix
./hostname.nix
./flake.nix
];
# networking.hostName = "$HOSTNAME_HERE"; # Please Define hostname in hostname.nix
@ -47,12 +48,18 @@
openFirewall = true;
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Enabling HackRF One Support
hardware.hackrf.enable = true;
# Enable sound.
services.pipewire = {
enable = true;
pulse.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
# services.libinput.enable = true;
@ -85,6 +92,7 @@
orca-slicer
wineWowPackages.waylandFull
freecad-wayland
gqrx
];
# Copy the NixOS configuration file and link it from the resulting system