From f03698c1177755919b6c84d7c247dd68367bbb32 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Mon, 15 Jul 2024 12:26:09 -0500 Subject: [PATCH] Remove gamescope overlay and update ankaa --- flake.lock | 8 -------- flake.nix | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 1dab5ff..7268e37 100644 --- a/flake.lock +++ b/flake.lock @@ -158,19 +158,11 @@ }, "nixpkgs-unstable": { "locked": { -<<<<<<< HEAD "lastModified": 1720957393, "narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=", "owner": "nixos", "repo": "nixpkgs", "rev": "693bc46d169f5af9c992095736e82c3488bf7dbb", -======= - "lastModified": 1720768451, - "narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9", ->>>>>>> 53d356d (Move fish config to shared) "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 204ec19..6887ea4 100644 --- a/flake.nix +++ b/flake.nix @@ -180,7 +180,7 @@ pkgs = import nixpkgs { inherit system; - overlays = with overlays; [ gamescope ]; + overlays = with overlays; []; config.allowUnfree = true; };