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

12
flake.lock generated
View file

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1625162737,
"narHash": "sha256-IzKTw2u/EKVr6TCQYylSAcOnrVRpir3wG3MUHj2LsTc=",
"lastModified": 1626356862,
"narHash": "sha256-4ONLWH4UygF4pI0XBej8+2OMUrdb8HsUUFsiRDFmjrk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "7df6656b113ce0d39c8b7d30915cafe046e1d64e",
"rev": "c476cc61b2dd8c7f868b213b7757b565bdf2bb7d",
"type": "github"
},
"original": {
@ -33,11 +33,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1624922035,
"narHash": "sha256-OiIxJQuMRkICxaUwY3xMBbrPPu20de/n7tVYnWzLvS4=",
"lastModified": 1626393312,
"narHash": "sha256-69bpkwa6c3WoYGe8ukSsyVo3s2WDJhAt5naKpwwJvtQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3a8d7958a610cd3fec3a6f424480f91a1b259185",
"rev": "53079ed913181b2f945cf1580746828b57d47edb",
"type": "github"
},
"original": {

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" ];