Update flake and use default home manager module

This commit is contained in:
Filippo Berto 2023-02-05 16:48:21 +01:00
parent ecc7709573
commit 52ff95a796
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -364,11 +364,11 @@
}, },
"nixpkgs-u": { "nixpkgs-u": {
"locked": { "locked": {
"lastModified": 1675273418, "lastModified": 1675545634,
"narHash": "sha256-tpYc4TEGvDzh9uRf44QemyQ4TpVuUbxb07b2P99XDbM=", "narHash": "sha256-TbQeQcM5TA/wIho6xtzG+inUfiGzUXi8ewwttiQWYJE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4d7c2644dbac9cf8282c0afe68fca8f0f3e7b2db", "rev": "0591d6b57bfeb55dfeec99a671843337bc2c3323",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -380,11 +380,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1675410244, "lastModified": 1675600654,
"narHash": "sha256-ODj6egMoH/HgAF/0wIy0EfRBeUx5FMuLl6uAdUW3kCI=", "narHash": "sha256-ipsDTkzRq1CAl2g5tYd7ugjVMSKF6KLh9F+5Kso0lT0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f7543a7539a007e9562e4d8d24e17a4bcf369b68", "rev": "cff83d5032a21aad4f69bf284e95b5f564f4a54e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -145,7 +145,7 @@
} }
# Home manager configuration # Home manager configuration
home-manager.nixosModules.home-manager home-manager.nixosModules.default
{ {
home-manager = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;