From d12f035748f7a57714cd4ae849c496d5273bfc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 23 Sep 2023 19:00:12 +0200 Subject: [PATCH] feat: remove stuff from desktop --- hosts/desktop/default.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index a6fe37f..f4eeeca 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -23,10 +23,10 @@ { imports = # For now, if applying to other system, swap files [(import ./hardware-configuration.nix)] ++ # Current system hardware config @ /etc/nixos/hardware-configuration.nix - [(import ../../modules/programs/games.nix)] ++ # Gaming + #[(import ../../modules/programs/games.nix)] ++ # Gaming [(import ../../modules/desktop/dm/sddm.nix)] ++ # Desktop manager [(import ../../modules/desktop/qtile/default.nix)] ++ # Window Manager - (import ../../modules/desktop/virtualisation) ++ # Virtual Machines & VNC + #(import ../../modules/desktop/virtualisation) ++ # Virtual Machines & VNC (import ../../modules/hardware); # Hardware devices boot = { # Boot options @@ -44,16 +44,8 @@ }; hardware = { - sane = { # Used for scanning with Xsane - enable = true; - extraBackends = [ pkgs.sane-airscan ]; - }; opengl = { enable = true; - extraPackages = with pkgs; [ - linuxKernel.packages.linux_latest_libre.amdgpu-pro - xorg.xf86videoamdgpu - ]; driSupport = true; driSupport32Bit = true; }; -- 2.48.1