flake: switch back to upstream hjem/hjem-rum

This commit is contained in:
Anthony Rodriguez 2025-02-22 17:29:41 +01:00
parent 558c12a420
commit 74749c5af1
Signed by: nezia
SSH key fingerprint: SHA256:R/ue1eTzTHUoo77lJD/3fSUsyL4AwvcHImU5BAZai+8
2 changed files with 13 additions and 16 deletions

14
flake.lock generated
View file

@ -269,16 +269,15 @@
]
},
"locked": {
"lastModified": 1740156578,
"narHash": "sha256-qdDMmhzHCzM0NLhC/oC6pnapeys2H9dhQJbfwCnf7Fw=",
"lastModified": 1740199244,
"narHash": "sha256-BiNUbNWLcG8AuKiAZmJ8tS+fr+JO8vGwB7QQ54cezKk=",
"owner": "nezia1",
"repo": "hjem",
"rev": "5a659b1a7c404278095f7086a73493dd2afc19b9",
"rev": "829109220c14352990bee4cf092f4918f45fb6a1",
"type": "github"
},
"original": {
"owner": "nezia1",
"ref": "implement-environment-variables",
"repo": "hjem",
"type": "github"
}
@ -291,16 +290,15 @@
]
},
"locked": {
"lastModified": 1740181011,
"narHash": "sha256-GKEhv8VV5aRRxiE6YZxFij8L/6+EEZ/X8J4NWkDXaUc=",
"lastModified": 1740074218,
"narHash": "sha256-1aS0eUNRbEsmAYEU858aq3D1otmy5rwk68RsYeiJsSU=",
"owner": "nezia1",
"repo": "hjem-rum",
"rev": "c3f0f85e00a7278fbff0f2d99337a6eb47375abd",
"rev": "ff1e34a3a6382bacdc081644c025ca44c738d140",
"type": "github"
},
"original": {
"owner": "nezia1",
"ref": "add-hyprland",
"repo": "hjem-rum",
"type": "github"
}

View file

@ -113,17 +113,16 @@
url = "github:hyprwm/contrib";
inputs.nixpkgs.follows = "nixpkgs";
};
# TODO: change to upstream once https://github.com/feel-co/hjem/pull/16 gets merged
hjem = {
url = "github:nezia1/hjem/implement-environment-variables";
url = "github:nezia1/hjem";
inputs.nixpkgs.follows = "nixpkgs";
};
hjem-rum = {
url = "github:nezia1/hjem-rum";
inputs.nixpkgs.follows = "nixpkgs";
};
# TODO: change to upstream once https://github.com/snugnug/hjem-rum/pull/14 gets merged
hjem-rum = {
url = "github:nezia1/hjem-rum/add-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
morewaita = {
url = "github:somepaulo/MoreWaita";
flake = false;
@ -151,7 +150,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Dependency pinning to prevent duplicate versions
# dependency pinning to prevent duplicate versions
systems.url = "github:nix-systems/default";
flake-utils = {
url = "github:numtide/flake-utils";