update from local to repo
This commit is contained in:
parent
08ffd0638d
commit
6632a24144
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue