chore: flake

This commit is contained in:
2025-05-04 10:59:34 +08:00
parent 7c627d2a42
commit 8e2fe9ba0b
2 changed files with 18 additions and 1 deletions

17
flake.lock generated
View File

@@ -594,6 +594,22 @@
"type": "github" "type": "github"
} }
}, },
"infuse": {
"flake": false,
"locked": {
"lastModified": 1738726976,
"narHash": "sha256-N+u3vnK3zyXLUuDj/vr62r9tM7uarhKVCaLHWxjo/YY=",
"ref": "refs/heads/trunk",
"rev": "c8fb7397039215e1444c835e36a0da7dc3c743f8",
"revCount": 48,
"type": "git",
"url": "https://codeberg.org/amjoseph/infuse.nix"
},
"original": {
"type": "git",
"url": "https://codeberg.org/amjoseph/infuse.nix"
}
},
"libgit2": { "libgit2": {
"flake": false, "flake": false,
"locked": { "locked": {
@@ -996,6 +1012,7 @@
"go-musicfox": "go-musicfox", "go-musicfox": "go-musicfox",
"home-manager": "home-manager", "home-manager": "home-manager",
"impermanence": "impermanence", "impermanence": "impermanence",
"infuse": "infuse",
"niri": "niri", "niri": "niri",
"nixos-wsl": "nixos-wsl", "nixos-wsl": "nixos-wsl",
"nixpkgs": [ "nixpkgs": [

View File

@@ -145,7 +145,6 @@
inputs.sops-nix.homeManagerModules.sops inputs.sops-nix.homeManagerModules.sops
inputs.impermanence.nixosModules.home-manager.impermanence inputs.impermanence.nixosModules.home-manager.impermanence
inputs.stylix.homeManagerModules.stylix inputs.stylix.homeManagerModules.stylix
inputs.niri.homeModules.niri
# workaround for annoying stylix # workaround for annoying stylix
( (
{ lib, ... }: { lib, ... }:
@@ -179,6 +178,7 @@
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
inputs.impermanence.nixosModules.impermanence inputs.impermanence.nixosModules.impermanence
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
inputs.niri.nixosModules.niri
home home
pkgsConf pkgsConf
]; ];