Added inputs

This commit is contained in:
Zonsopkomst 2024-03-23 22:37:19 -05:00
parent a4fbe650fd
commit aead2df1dc
2 changed files with 18 additions and 1 deletions

View File

@ -159,6 +159,22 @@
"type": "github" "type": "github"
} }
}, },
"itchpkgs": {
"locked": {
"lastModified": 1696599365,
"narHash": "sha256-Qy2e5VZRoLZ61ee7XmuaUOUgprW3AyE0uLyfohTPxMM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e1ee359d16a1886f0771cc433a00827da98d861c",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e1ee359d16a1886f0771cc433a00827da98d861c",
"type": "github"
}
},
"nix-flatpak": { "nix-flatpak": {
"locked": { "locked": {
"lastModified": 1708781964, "lastModified": 1708781964,
@ -211,6 +227,7 @@
"gnucashpkgs": "gnucashpkgs", "gnucashpkgs": "gnucashpkgs",
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland": "hyprland", "hyprland": "hyprland",
"itchpkgs": "itchpkgs",
"nix-flatpak": "nix-flatpak", "nix-flatpak": "nix-flatpak",
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
} }

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, pkgs, inputs, ... }:
{ {
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the