Cleanup gdm

This commit is contained in:
2025-10-21 16:46:20 -04:00
parent 86b97ef1ac
commit 96543f1c45
2 changed files with 11 additions and 33 deletions

18
flake.lock generated
View File

@@ -477,11 +477,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1760797103, "lastModified": 1761078766,
"narHash": "sha256-5j4e864vaB9wNI+01FltB3z1zOQcyJ5tOIt3QitGGdI=", "narHash": "sha256-JjAJQreDLPcP4QW33WBIJN8RhyR4PyfHHvbRekSULG8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bd7d699037d42d320e573d45022769c4d82539b7", "rev": "5f6de49e3b307a21d4ea979ddbdef6f623e1cbb2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -509,11 +509,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1760524057, "lastModified": 1760878510,
"narHash": "sha256-EVAqOteLBFmd7pKkb0+FIUyzTF61VKi7YmvP1tw4nEw=", "narHash": "sha256-K5Osef2qexezUfs0alLvZ7nQFTGS9DL2oTVsIXsqLgs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "544961dfcce86422ba200ed9a0b00dd4b1486ec5", "rev": "5e2a59a5b1a82f89f2c7e598302a9cacebb72a67",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -555,11 +555,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1760580664, "lastModified": 1760862643,
"narHash": "sha256-/YdfibIrnqXAL8p5kqCU345mzpHoOtuVIkMiI2pF4Dc=", "narHash": "sha256-PXwG0TM7Ek87DNx4LbGWuD93PbFeKAJs4FfALtp7Wo0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "98ff3f9af2684f6136c24beef08f5e2033fc5389", "rev": "33c6dca0c0cb31d6addcd34e90a63ad61826b28c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -8,13 +8,6 @@
vpngate, vpngate,
... ...
}: }:
let
gnomeExtensions = with pkgs.gnomeExtensions; [
caffeine
clipboard-history
grand-theft-focus
];
in
{ {
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
@@ -95,7 +88,6 @@ in
discord discord
freefilesync freefilesync
gimp-with-plugins gimp-with-plugins
gnome-tweaks
google-chrome google-chrome
hardinfo2 hardinfo2
httpie-desktop httpie-desktop
@@ -138,8 +130,8 @@ in
whois whois
wine wine
wl-clipboard wl-clipboard
] ];
++ gnomeExtensions;
fileSystems = { fileSystems = {
"/" = { "/" = {
@@ -316,8 +308,6 @@ in
services.flatpak.enable = true; services.flatpak.enable = true;
services.gnome.gnome-keyring.enable = true;
services.printing.enable = true; services.printing.enable = true;
services.resolved.enable = true; services.resolved.enable = true;
@@ -329,18 +319,6 @@ in
package = unstable.tailscale; package = unstable.tailscale;
}; };
services.xserver = {
enable = false;
displayManager = {
gdm = {
enable = false;
wayland = true;
};
};
desktopManager.gnome.enable = false;
videoDrivers = [ "amdgpu" ];
};
services.ollama = { services.ollama = {
package = pkgs.ollama; package = pkgs.ollama;
enable = true; enable = true;