flake: add superfreq

This commit is contained in:
Bloxx12 2025-05-14 11:22:39 +02:00 committed by Bloxx12
commit 7df33a9323
3 changed files with 30 additions and 0 deletions

21
flake.lock generated
View file

@ -818,6 +818,7 @@
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"quickshell": "quickshell", "quickshell": "quickshell",
"schizofox": "schizofox", "schizofox": "schizofox",
"superfreq": "superfreq",
"systems": "systems_3" "systems": "systems_3"
} }
}, },
@ -910,6 +911,26 @@
"type": "github" "type": "github"
} }
}, },
"superfreq": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1747183784,
"narHash": "sha256-IVzf+PtiZYhCTSqG6wNxcIyZXIO78fDPWu/Rkwtm4Uk=",
"owner": "notashelf",
"repo": "superfreq",
"rev": "78490f7c08146c037e414aec95c9a22364f70590",
"type": "github"
},
"original": {
"owner": "notashelf",
"repo": "superfreq",
"type": "github"
}
},
"systems": { "systems": {
"locked": { "locked": {
"lastModified": 1681028828, "lastModified": 1681028828,

View file

@ -54,6 +54,11 @@
schizofox.url = "github:schizofox/schizofox"; schizofox.url = "github:schizofox/schizofox";
superfreq = {
url = "github:notashelf/superfreq";
inputs.nixpkgs.follows = "nixpkgs";
};
# secure booting # secure booting
lanzaboote = { lanzaboote = {
url = "github:nix-community/lanzaboote"; url = "github:nix-community/lanzaboote";

View file

@ -1,11 +1,15 @@
{ {
config, config,
inputs,
lib, lib,
pkgs, pkgs,
... ...
}: let }: let
inherit (lib.modules) mkDefault; inherit (lib.modules) mkDefault;
in { in {
imports = [
inputs.superfreq.nixosModules.default
];
config = { config = {
environment.systemPackages = builtins.attrValues { environment.systemPackages = builtins.attrValues {
inherit inherit