diff --git a/hosts/default.nix b/hosts/default.nix index 9214f5a..6f7d8b4 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -15,7 +15,7 @@ system = "x86_64-linux"; extraModules = [ inputs.disko.nixosModules.disko - inputs.chaotic.nixosModules.default + inputs.chaotic.nixosModules.default ]; }; }; diff --git a/hosts/micronix/hardware.nix b/hosts/micronix/hardware.nix index f470d76..bb5036c 100644 --- a/hosts/micronix/hardware.nix +++ b/hosts/micronix/hardware.nix @@ -1,35 +1,38 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: - { - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; + config, + lib, + modulesPath, + ... +}: { + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; - boot.extraModulePackages = [ ]; + boot.initrd.availableKernelModules = ["nvme" "xhci_pci"]; + boot.initrd.kernelModules = []; + boot.kernelModules = ["kvm-amd"]; + boot.extraModulePackages = []; - fileSystems."/" = - { device = "/dev/disk/by-uuid/41853b7d-f098-4ae6-ae9c-1b97b1074bde"; - fsType = "btrfs"; - options = [ "subvol=@" ]; - }; + fileSystems."/" = { + device = "/dev/disk/by-uuid/41853b7d-f098-4ae6-ae9c-1b97b1074bde"; + fsType = "btrfs"; + options = ["subvol=@"]; + }; boot.initrd.luks.devices."luks-fc6b34e2-c93a-4d14-8194-1c30b63f8fb5".device = "/dev/disk/by-uuid/fc6b34e2-c93a-4d14-8194-1c30b63f8fb5"; - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/47C4-D06C"; - fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; - }; + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/47C4-D06C"; + fsType = "vfat"; + options = ["fmask=0077" "dmask=0077"]; + }; - swapDevices = - [ { device = "/dev/disk/by-uuid/5743e1ce-4f91-4ab9-9b5d-b46eeda3fb1e"; } - ]; + swapDevices = [ + {device = "/dev/disk/by-uuid/5743e1ce-4f91-4ab9-9b5d-b46eeda3fb1e";} + ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's diff --git a/hosts/python/users.nix b/hosts/python/users.nix index f1923b0..7c1dd0c 100644 --- a/hosts/python/users.nix +++ b/hosts/python/users.nix @@ -28,6 +28,7 @@ librewolf playerctl geary + qutebrowser ; }; groups = [