treewide: remove gnome
Some checks failed
Check flake / build-amd64-linux (push) Failing after 31s

This commit is contained in:
2026-01-11 21:53:16 +00:00
parent 6b8d1373c4
commit a2138e3d8d
7 changed files with 0 additions and 338 deletions

View File

@@ -103,9 +103,6 @@ in
enable = true;
interfaces = [ "wlp11s0" ];
};
desktop = {
gnome.enable = lib.mkForce false;
};
};
};

View File

@@ -51,7 +51,6 @@
systemd.services.NetworkManager-wait-online.enable = false;
modules = {
system.desktop.gnome.enable = true;
services.tailscale.enable = true;
};

View File

@@ -1,12 +1,8 @@
{
pkgs,
lib,
...
}:
let
inherit (lib) mkForce;
in
{
imports = [
./hardware-configuration.nix
@@ -45,9 +41,6 @@ in
repoPath = "ssh://b9cjl9hq@b9cjl9hq.repo.borgbase.com/./repo";
};
};
system.desktop = {
gnome.enable = mkForce false;
};
};
system.stateVersion = "22.11";

View File

@@ -1,5 +1,4 @@
{
lib,
pkgs,
...
}:
@@ -106,9 +105,6 @@
repoPath = "ssh://iqwu22oq@iqwu22oq.repo.borgbase.com/./repo";
};
};
system.desktop = {
gnome.enable = lib.mkForce false;
};
};
system.stateVersion = "22.11";