Update flake

This commit is contained in:
thiloho
2023-06-24 14:17:30 +02:00
parent efedd2f2f3
commit eb9084a696
2 changed files with 7 additions and 10 deletions

12
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1687257796,
"narHash": "sha256-jWF0LtG4GczLGLsBvXIGaCX+JvTLfawVLLJPtB5CMW0=",
"lastModified": 1687606638,
"narHash": "sha256-kloVhlQlholYXI6nfXkEa/4B+LZ+22YayxPoKZNkqRU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e8b5f8f9b3368dcc4814129d6f66c1af7cf3b6e5",
"rev": "68aebb45de644b81a71f0c7b8b22ad51c9a0df7a",
"type": "github"
},
"original": {
@@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1686960236,
"narHash": "sha256-AYCC9rXNLpUWzD9hm+askOfpliLEC9kwAo7ITJc4HIw=",
"lastModified": 1687502512,
"narHash": "sha256-dBL/01TayOSZYxtY4cMXuNCBk8UMLoqRZA+94xiFpJA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "04af42f3b31dba0ef742d254456dc4c14eedac86",
"rev": "3ae20aa58a6c0d1ca95c9b11f59a2d12eebc511f",
"type": "github"
},
"original": {

View File

@@ -215,10 +215,7 @@
};
};
};
firefox = {
enable = true;
package = pkgs.firefox-devedition;
};
firefox.enable = true;
git = {
enable = true;
userName = "thiloho";