From fd6673f0c29c879b8ef830b84013241dd29c2bf9 Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Sat, 11 May 2024 20:57:34 +0200 Subject: [PATCH] feat: remove gnome profiles from laptop-phobos --- nixos/hosts/laptop-phobos/default.nix | 1 - nixos/hosts/laptop-phobos/home.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/nixos/hosts/laptop-phobos/default.nix b/nixos/hosts/laptop-phobos/default.nix index 33ca345..42891d3 100644 --- a/nixos/hosts/laptop-phobos/default.nix +++ b/nixos/hosts/laptop-phobos/default.nix @@ -26,7 +26,6 @@ nixos-config.isLaptop = true; profiles.virtualisation.enable = true; profiles.desktop.qtile.enable = true; - profiles.desktop.gnome.enable = true; profiles.vpn.enable = true; profiles.sync.enable = true; profiles.development = { diff --git a/nixos/hosts/laptop-phobos/home.nix b/nixos/hosts/laptop-phobos/home.nix index 8005207..e4889af 100644 --- a/nixos/hosts/laptop-phobos/home.nix +++ b/nixos/hosts/laptop-phobos/home.nix @@ -1,7 +1,6 @@ { profiles.development.enable = true; profiles.desktop.qtile.enable = true; - profiles.desktop.gnome.enable = true; profiles.desktop.dwl.enable = true; profiles.matrix.enable = true; } -- 2.48.1