From e4db6c291d2acfea5e1c8427af1d4f2511b7032e Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Mon, 3 Jun 2024 10:01:36 +0200 Subject: [PATCH] Removing duplicate prismlauncher & adding glfw --- flake.lock | 18 +++++++++--------- general/user/packages.nix | 8 +++----- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 6f3dfd9..3cb024e 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1717097707, - "narHash": "sha256-HC5vJ3oYsjwsCaSbkIPv80e4ebJpNvFKQTBOGlHvjLs=", + "lastModified": 1717316182, + "narHash": "sha256-Xi0EpZcu39N0eW7apLjFfUOR9y80toyjYizez7J1wMI=", "owner": "nix-community", "repo": "home-manager", - "rev": "0eb314b4f0ba337e88123e0b1e57ef58346aafd9", + "rev": "9b53a10f4c91892f5af87cf55d08fba59ca086af", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1716987116, - "narHash": "sha256-uuEkErFVsFdg2K0cKbNQ9JlFSAm/xYqPr4rbPLI91Y8=", + "lastModified": 1717248095, + "narHash": "sha256-e8X2eWjAHJQT82AAN+mCI0B68cIDBJpqJ156+VRrFO0=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "8251761f93d6f5b91cee45ac09edb6e382641009", + "rev": "7b49d3967613d9aacac5b340ef158d493906ba79", "type": "github" }, "original": { @@ -54,11 +54,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716948383, - "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=", + "lastModified": 1717196966, + "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ad57eef4ef0659193044870c731987a6df5cf56b", + "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8", "type": "github" }, "original": { diff --git a/general/user/packages.nix b/general/user/packages.nix index 2133896..9810960 100644 --- a/general/user/packages.nix +++ b/general/user/packages.nix @@ -43,7 +43,7 @@ in { # Video mpv vlc - # syncplay + syncplay obs-studio yt-dlp handbrake @@ -71,9 +71,8 @@ in { # Games heroic - # citra-canary - cemu - prismlauncher + # cemu + (prismlauncher.override { withWaylandGLFW = true; }) vvvvvv ryujinx @@ -177,7 +176,6 @@ in { "dev.tchx84.Gameeky.ThematicPack.Blasterman" "dev.tchx84.Gameeky.ThematicPack.Wackman" { appId = "org.DolphinEmu.dolphin-emu"; commit = "187e367202f4ec0a50b94d700aa50c04142d13561e3054fcf1030380d3ae86a6"; } - "org.prismlauncher.PrismLauncher" # Programming { appId = "org.gnome.Builder.Devel"; origin = "gnome-nightly"; }