Nix: remove redundant HM input

This commit is contained in:
Mihai Fufezan 2023-12-13 13:35:39 +02:00
parent fe8191a47c
commit 5d85b7f998
No known key found for this signature in database
2 changed files with 0 additions and 26 deletions

View File

@ -1,25 +1,5 @@
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1701071203,
"narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"hyprland-protocols": {
"inputs": {
"nixpkgs": [
@ -61,7 +41,6 @@
},
"root": {
"inputs": {
"home-manager": "home-manager",
"hyprland-protocols": "hyprland-protocols",
"nixpkgs": "nixpkgs",
"systems": "systems",

View File

@ -4,11 +4,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
# <https://github.com/nix-systems/nix-systems>
systems.url = "github:nix-systems/default-linux";