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

View file

@ -13,6 +13,8 @@
../../configs/home/full.nix ../../configs/home/full.nix
]; ];
home.stateVersion = "20.09";
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Paul-Henri Froidmont"; 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, ... }: { config, lib, pkgs, ... }:
{ {
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ "amdgpu" ]; boot.initrd.kernelModules = [ "amdgpu" ];