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