Update hyprland
This commit is contained in:
parent
3303a3f2eb
commit
c097919e0b
3 changed files with 9 additions and 10 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -884,17 +884,16 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1722815171,
|
"lastModified": 1723143710,
|
||||||
"narHash": "sha256-TC8I1Y+R9vkS0IUsFWYdKOYq8wJHbEYuQRqcpw3kyQk=",
|
"narHash": "sha256-qbjodK+UgnQ2YdtKmuI1XEG84SZlid39rQo6Ap9NTqI=",
|
||||||
"ref": "explicit-sync",
|
"ref": "refs/heads/main",
|
||||||
"rev": "f2533c55cc25381d764978199ba8ada8957597c8",
|
"rev": "4b4971c06fb02df00a2bd20b6b47b5d0e7d799a7",
|
||||||
"revCount": 5070,
|
"revCount": 5071,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "explicit-sync",
|
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
# };
|
# };
|
||||||
|
|
||||||
nur.url = "github:nix-community/nur";
|
nur.url = "github:nix-community/nur";
|
||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=explicit-sync";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||||
|
|
||||||
ironbar = {
|
ironbar = {
|
||||||
url = "github:JakeStanger/ironbar?ref=3a1c60442382f970cdb7669814b6ef3594d9f048";
|
url = "github:JakeStanger/ironbar?ref=3a1c60442382f970cdb7669814b6ef3594d9f048";
|
||||||
|
|
|
||||||
|
|
@ -44,9 +44,9 @@
|
||||||
description = "Whether to use GPU performance setting. NOTE: this is at your own risk!";
|
description = "Whether to use GPU performance setting. NOTE: this is at your own risk!";
|
||||||
};
|
};
|
||||||
gpu_device = lib.mkOption {
|
gpu_device = lib.mkOption {
|
||||||
default = "0";
|
default = 0;
|
||||||
example = "1";
|
example = 1;
|
||||||
type = lib.types.str;
|
type = lib.types.int;
|
||||||
description = "Your gpu device.(Physical id of lshw)";
|
description = "Your gpu device.(Physical id of lshw)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue