flake: switch to hjem-rum's PR

This commit is contained in:
Anthony Rodriguez 2025-02-22 23:00:53 +01:00
parent 1a159bb60c
commit 849b43d69f
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA
2 changed files with 6 additions and 4 deletions

7
flake.lock generated
View file

@ -290,15 +290,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1740074218, "lastModified": 1740243076,
"narHash": "sha256-1aS0eUNRbEsmAYEU858aq3D1otmy5rwk68RsYeiJsSU=", "narHash": "sha256-4Unura/XH/BrhRci/5uLHAKjyGPyJDwMyAKAD6nJnj8=",
"owner": "nezia1", "owner": "nezia1",
"repo": "hjem-rum", "repo": "hjem-rum",
"rev": "ff1e34a3a6382bacdc081644c025ca44c738d140", "rev": "0fa5f8ad91783297fc862d7c84dbafef95f26d5f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nezia1", "owner": "nezia1",
"ref": "add-hyprland",
"repo": "hjem-rum", "repo": "hjem-rum",
"type": "github" "type": "github"
} }

View file

@ -118,8 +118,9 @@
url = "github:nezia1/hjem"; url = "github:nezia1/hjem";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# TODO: remove once https://github.com/snugnug/hjem-rum/pull/14 gets merged
hjem-rum = { hjem-rum = {
url = "github:nezia1/hjem-rum"; url = "github:nezia1/hjem-rum/add-hyprland";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };