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

View File

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