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"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1722815171,
|
||||
"narHash": "sha256-TC8I1Y+R9vkS0IUsFWYdKOYq8wJHbEYuQRqcpw3kyQk=",
|
||||
"ref": "explicit-sync",
|
||||
"rev": "f2533c55cc25381d764978199ba8ada8957597c8",
|
||||
"revCount": 5070,
|
||||
"lastModified": 1723143710,
|
||||
"narHash": "sha256-qbjodK+UgnQ2YdtKmuI1XEG84SZlid39rQo6Ap9NTqI=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "4b4971c06fb02df00a2bd20b6b47b5d0e7d799a7",
|
||||
"revCount": 5071,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
},
|
||||
"original": {
|
||||
"ref": "explicit-sync",
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
# };
|
||||
|
||||
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 = {
|
||||
url = "github:JakeStanger/ironbar?ref=3a1c60442382f970cdb7669814b6ef3594d9f048";
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@
|
|||
description = "Whether to use GPU performance setting. NOTE: this is at your own risk!";
|
||||
};
|
||||
gpu_device = lib.mkOption {
|
||||
default = "0";
|
||||
example = "1";
|
||||
type = lib.types.str;
|
||||
default = 0;
|
||||
example = 1;
|
||||
type = lib.types.int;
|
||||
description = "Your gpu device.(Physical id of lshw)";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue