feat: migrate to nix flake

This commit is contained in:
Felix Schröter 2020-09-23 10:36:46 +02:00
parent d466f7e800
commit 80d4bb746e
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
12 changed files with 214 additions and 56 deletions

View file

@ -2,8 +2,6 @@
{
imports = [
./hardware-configuration.nix
<home-manager/nixos>
./hardware/base.nix
./hardware/gpu-bumblebee.nix
./system
@ -21,8 +19,6 @@
nixpkgs.config.allowUnfree = true;
networking.hostName = "pilot1-nixos"; # Define your hostname.
hardware.enableAllFirmware = true;
hardware.cpu.intel.updateMicrocode = true;
hardware.logitech.enable = true;