Remove gamescope overlay and update ankaa

This commit is contained in:
2024-07-15 12:26:09 -05:00
parent b08d50f4c2
commit f03698c117
2 changed files with 1 additions and 9 deletions

8
flake.lock generated
View File

@@ -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": {

View File

@@ -180,7 +180,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = with overlays; [ gamescope ];
overlays = with overlays; [];
config.allowUnfree = true;
};