More Hyprland config changes.

This commit is contained in:
Joseph Hanson 2024-03-07 15:05:44 -06:00
parent 44628f9b8a
commit e13b567e3a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 13 additions and 76 deletions

View file

@ -842,22 +842,20 @@
}, },
"hyprland-protocols-git": { "hyprland-protocols-git": {
"inputs": { "inputs": {
"hyprland-protocols": "hyprland-protocols_4",
"hyprlang": "hyprlang_5",
"nixpkgs": "nixpkgs_12", "nixpkgs": "nixpkgs_12",
"systems": "systems_8" "systems": "systems_7"
}, },
"locked": { "locked": {
"lastModified": 1709299639, "lastModified": 1691753796,
"narHash": "sha256-jYqJM5khksLIbqSxCLUUcqEgI+O2LdlSlcMEBs39CAU=", "narHash": "sha256-zOEwiWoXk3j3+EoF3ySUJmberFewWlagvewDRuWYAso=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland", "repo": "hyprland-protocols",
"rev": "2d2fb547178ec025da643db57d40a971507b82fe", "rev": "0c2ce70625cb30aef199cb388f99e19a61a6ce03",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hyprwm", "owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland", "repo": "hyprland-protocols",
"type": "github" "type": "github"
} }
}, },
@ -914,31 +912,6 @@
} }
}, },
"hyprland-protocols_4": { "hyprland-protocols_4": {
"inputs": {
"nixpkgs": [
"hyprland-protocols-git",
"nixpkgs"
],
"systems": [
"hyprland-protocols-git",
"systems"
]
},
"locked": {
"lastModified": 1691753796,
"narHash": "sha256-zOEwiWoXk3j3+EoF3ySUJmberFewWlagvewDRuWYAso=",
"owner": "hyprwm",
"repo": "hyprland-protocols",
"rev": "0c2ce70625cb30aef199cb388f99e19a61a6ce03",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprland-protocols",
"type": "github"
}
},
"hyprland-protocols_5": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"hyprland-xdph-git", "hyprland-xdph-git",
@ -965,10 +938,10 @@
}, },
"hyprland-xdph-git": { "hyprland-xdph-git": {
"inputs": { "inputs": {
"hyprland-protocols": "hyprland-protocols_5", "hyprland-protocols": "hyprland-protocols_4",
"hyprlang": "hyprlang_6", "hyprlang": "hyprlang_5",
"nixpkgs": "nixpkgs_13", "nixpkgs": "nixpkgs_13",
"systems": "systems_10" "systems": "systems_9"
}, },
"locked": { "locked": {
"lastModified": 1709299639, "lastModified": 1709299639,
@ -1113,34 +1086,12 @@
} }
}, },
"hyprlang_5": { "hyprlang_5": {
"inputs": {
"nixpkgs": [
"hyprland-protocols-git",
"nixpkgs"
],
"systems": "systems_7"
},
"locked": {
"lastModified": 1708681732,
"narHash": "sha256-ULZZLZ9C33G13IaXLuAc4oTzHUvnATI8Fj2u6gzMfT0=",
"owner": "hyprwm",
"repo": "hyprlang",
"rev": "f4466367ef0a92a6425d482050dc2b8840c0e644",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprlang",
"type": "github"
}
},
"hyprlang_6": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"hyprland-xdph-git", "hyprland-xdph-git",
"nixpkgs" "nixpkgs"
], ],
"systems": "systems_9" "systems": "systems_8"
}, },
"locked": { "locked": {
"lastModified": 1708681732, "lastModified": 1708681732,
@ -2092,21 +2043,6 @@
"type": "github" "type": "github"
} }
}, },
"systems_10": {
"locked": {
"lastModified": 1689347949,
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
"owner": "nix-systems",
"repo": "default-linux",
"rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default-linux",
"type": "github"
}
},
"systems_2": { "systems_2": {
"locked": { "locked": {
"lastModified": 1681028828, "lastModified": 1681028828,

View file

@ -65,7 +65,7 @@
}; };
# hyprland-protocols # hyprland-protocols
hyprland-protocols-git.url = "github:hyprwm/xdg-desktop-portal-hyprland"; hyprland-protocols-git.url = "github:hyprwm/hyprland-protocols";
# hyprland-community nix # hyprland-community nix
hyprland-nix = { hyprland-nix = {

View file

@ -15,10 +15,11 @@
hostName = "durincore"; # Define your hostname. hostName = "durincore"; # Define your hostname.
networkmanager.enable = true; networkmanager.enable = true;
}; };
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
package = inputs.hyprland-git.packages.${pkgs.system}.hyprland; package = inputs.hyprland-git.packages.${pkgs.system}.hyprland;
portalPackage = inputs.hyprland-xdph-git.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
}; };
environment.sessionVariables = { environment.sessionVariables = {