Compare commits

..

No commits in common. "c90169a56e3c722ea939c0f86b255b592197e314" and "e8496a8efaffdfaf3d14bd3b335e822a8f826421" have entirely different histories.

2 changed files with 17 additions and 18 deletions

View File

@ -187,11 +187,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1694690836, "lastModified": 1694613741,
"narHash": "sha256-05EI2cbACE3bo94G8tCqmccFR4rEnZgwyxe98r1ziqw=", "narHash": "sha256-8lsnX497CIKn0M2KatYtDKzRyccxQfEpuQkBO0+tKVY=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "e6651334f264591cffef96738a2355b1b207eaa6", "rev": "84f8f4d77ddf4b6c772459584234e1f8f9d5f2ce",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -284,11 +284,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694698181, "lastModified": 1694623069,
"narHash": "sha256-lFUNhD4asflGtwAfRPlHvzzO2Mk2ngDnHphthmZmGSs=", "narHash": "sha256-6gOgOqI5vXkxJfFAqtPQvky0FfSwDdQSFu+m83gmYRc=",
"owner": "idris-lang", "owner": "idris-lang",
"repo": "idris2", "repo": "idris2",
"rev": "0029257eece5a935e9903a193b39dd05c0ea5e93", "rev": "9d083154a5a061e4f9758108f8b121547943545e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -427,11 +427,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1694681873, "lastModified": 1694591211,
"narHash": "sha256-ajOF6dGmJ+CRKxIHvtcVW9Xh0C6FWmN/crlq1sa4qhU=", "narHash": "sha256-NPP7XGZH+Q5ey7nE2zGLrBrzKmLYPhj8YgsTSdhH0D4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "850b04d59cbc003158b5258932dab6e26ed0b388", "rev": "3ccd87fcdae4732fe33773cefa4375c641a057e7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -885,11 +885,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694363988, "lastModified": 1694025408,
"narHash": "sha256-RF6LXm4J6mBF3B8VcQuABuU4g4tCPHgMYJQSoJ3DW+8=", "narHash": "sha256-oJNhGfZH8Z2w3ztXdzsYVg32//cWEcPVDM3+tp/ZVfU=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland", "repo": "xdg-desktop-portal-hyprland",
"rev": "aca51609d4c415b30e88b96c6f49f0142cbcdae7", "rev": "022469529c8bc95acf222dc5a62389b04c8b1205",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -2,12 +2,11 @@
let let
nathan = config.nathan; nathan = config.nathan;
portal = portal =
inputs.xdph.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland.override inputs.xdph.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland.override {
{ hyprland-share-picker =
# hyprland-share-picker = inputs.xdph.packages.${pkgs.stdenv.hostPlatform.system}.hyprland-share-picker.override {
# inputs.xdph.packages.${pkgs.stdenv.hostPlatform.system}.hyprland-share-picker.override { hyprland = config.wayland.windowManager.hyprland.package;
# hyprland = config.wayland.windowManager.hyprland.package; };
# };
}; };
in with lib; { in with lib; {
imports = [ imports = [