From 71cac6da3356764b84b97210d2e52a030ecbe76a Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 16 Jun 2023 10:06:56 +0200 Subject: [PATCH] Disable gaming stuff --- home/christoph/default.nix | 4 +++- home/christoph/nixinator/default.nix | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 0a67b4fa..ddbe5d80 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -354,6 +354,8 @@ rec { cool-retro-term + ventoy-full # Bootable USB for many ISOs + # Xooooorg/Desktop environment stuff # xclip xorg.xwininfo # See what apps run in XWayland @@ -720,7 +722,7 @@ rec { }; nushell = { - enable = false; + enable = true; }; # Git status replacement with file selection by number diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 20591102..5dc44713 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -71,7 +71,7 @@ rec { # }; gaming = { - enable = true; + enable = false; prism.enable = true; bottles.enable = false; @@ -84,7 +84,7 @@ rec { steam = { enable = true; gamescope = true; - adwaita = true; + adwaita = false; protonup = true; }; };