enable repology

This commit is contained in:
jopejoe1 2024-11-30 19:04:27 +01:00
parent 81ccd1e8e7
commit f74512b261
3 changed files with 11 additions and 11 deletions

19
flake.lock generated
View file

@ -661,18 +661,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1732014248, "lastModified": 1732992164,
"narHash": "sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w=", "narHash": "sha256-ZpFerMSS731FNmGPkZecbq2Ck3GpOYowuGe+bouBfA0=",
"owner": "NixOS", "ref": "refs/heads/repology",
"repo": "nixpkgs", "rev": "fbbf93a6b4c50ad51f5f2173d0cb6eb7dc9f3eda",
"rev": "23e89b7da85c3640bbc2173fe04f4bd114342367", "revCount": 714686,
"type": "github" "type": "git",
"url": "file:///home/jopejoe1/Documents/nixpkgs"
}, },
"original": { "original": {
"owner": "NixOS", "type": "git",
"ref": "nixos-unstable", "url": "file:///home/jopejoe1/Documents/nixpkgs"
"repo": "nixpkgs",
"type": "github"
} }
}, },
"nixpkgs-24_05": { "nixpkgs-24_05": {

View file

@ -2,7 +2,7 @@
description = "jopejoe1 NixOS configuration"; description = "jopejoe1 NixOS configuration";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "/home/jopejoe1/Documents/nixpkgs/";
nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
# Outputs # Outputs

View file

@ -65,6 +65,7 @@
udev.packages = [ pkgs.yubikey-personalization ]; udev.packages = [ pkgs.yubikey-personalization ];
fwupd.enable = true; fwupd.enable = true;
libinput.enable = true; libinput.enable = true;
repology.enable = true;
}; };
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";