From c097919e0b8a86f4e5aa079a4ff8c9956240b63e Mon Sep 17 00:00:00 2001 From: DashieTM Date: Fri, 9 Aug 2024 00:36:01 +0200 Subject: [PATCH] Update hyprland --- flake.lock | 11 +++++------ flake.nix | 2 +- modules/programs/gaming.nix | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 744c687..829a566 100644 --- a/flake.lock +++ b/flake.lock @@ -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" diff --git a/flake.nix b/flake.nix index 01e5e0e..2f7bfe3 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/modules/programs/gaming.nix b/modules/programs/gaming.nix index 4c620ed..645e042 100644 --- a/modules/programs/gaming.nix +++ b/modules/programs/gaming.nix @@ -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)"; }; };