Update inputs and make desktop config pure

This commit is contained in:
Paul-Henri Froidmont 2021-07-16 19:11:28 +02:00
parent 0b9861c8b4
commit f39ddc8078
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
3 changed files with 8 additions and 13 deletions

View file

@ -13,6 +13,8 @@
../../configs/home/full.nix
];
home.stateVersion = "20.09";
programs.git = {
enable = true;
userName = "Paul-Henri Froidmont";

View file

@ -1,12 +1,5 @@
# 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, ... }:
{
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ "amdgpu" ];