From 09b8e3ff20cc79521bf32402ca8c552995f145d5 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 27 Dec 2023 15:02:36 +0200 Subject: [PATCH] flake.lock: update ags & hyprland --- flake.lock | 18 +++++++++--------- home/profiles/rog/default.nix | 2 -- hosts/rog/default.nix | 6 ++---- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index a788ad3f..32edd3c8 100644 --- a/flake.lock +++ b/flake.lock @@ -32,11 +32,11 @@ ] }, "locked": { - "lastModified": 1703368343, - "narHash": "sha256-R4VeztsFJEeHbEQyAvWFLvcrqd4phTf56I4AM0ls2Ew=", + "lastModified": 1703460629, + "narHash": "sha256-Bw/eDvta660Ip+oEitppUf1t3CASjPbCie42fWkxbPw=", "owner": "Aylur", "repo": "ags", - "rev": "02928d50d2f279feaef1f01e69291e14c54bd265", + "rev": "3ecc2e2e08e4524f5f6a9e40e9ea35fa346c79a4", "type": "github" }, "original": { @@ -755,11 +755,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1702312524, - "narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=", + "lastModified": 1703255338, + "narHash": "sha256-Z6wfYJQKmDN9xciTwU3cOiOk+NElxdZwy/FiHctCzjU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a9bf124c46ef298113270b1f84a164865987a91c", + "rev": "6df37dc6a77654682fe9f071c62b4242b5342e04", "type": "github" }, "original": { @@ -1097,11 +1097,11 @@ ] }, "locked": { - "lastModified": 1702334919, - "narHash": "sha256-ibOZ3TLjqndGMcj2f+07NFwDWoum4IbzF58byZuJJNg=", + "lastModified": 1703514399, + "narHash": "sha256-VRr5Xc4S/VPr/gU3fiOD3vSIL2+GJ+LUrmFTWTwnTz4=", "owner": "hyprwm", "repo": "xdg-desktop-portal-hyprland", - "rev": "f5c3576c3b6cb1c31a8dfa3e4113f59bfe40cd71", + "rev": "0a318a7a217a6402b0b705837cd5b50b0e94b31b", "type": "github" }, "original": { diff --git a/home/profiles/rog/default.nix b/home/profiles/rog/default.nix index e0fe0025..13820b43 100644 --- a/home/profiles/rog/default.nix +++ b/home/profiles/rog/default.nix @@ -9,6 +9,4 @@ ../../terminals/alacritty.nix ../../terminals/wezterm.nix ]; - - wayland.windowManager.hyprland.enableNvidiaPatches = true; } diff --git a/hosts/rog/default.nix b/hosts/rog/default.nix index 54a6c885..f15bcaf7 100644 --- a/hosts/rog/default.nix +++ b/hosts/rog/default.nix @@ -42,10 +42,8 @@ networking.hostName = "rog"; programs = { - hyprland = { - enable = true; - enableNvidiaPatches = true; - }; + hyprland.enable = true; + steam.enable = true; };