From f93b8eff736b983d0f69bba02ba0022d764d9d34 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 11 Jun 2026 07:46:14 +0000 Subject: [PATCH] Back to GNOME --- flake.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 024053a..95d9b9e 100644 --- a/flake.nix +++ b/flake.nix @@ -20,13 +20,13 @@ noctalia.inputs.nixpkgs.follows = "nixpkgs"; # Plasma-Manager - plasma-manager = { - url = "github:nix-community/plasma-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; +# plasma-manager = { +# url = "github:nix-community/plasma-manager"; +# inputs.nixpkgs.follows = "nixpkgs"; +# }; }; - outputs = { self, nixpkgs, home-manager, niri, noctalia, plasma-manager, ... }@inputs: { + outputs = { self, nixpkgs, home-manager, niri, noctalia, ... }@inputs: { nixosConfigurations = { dukebook = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; @@ -38,7 +38,6 @@ home-manager.useUserPackages = true; home-manager.users.martin = { imports = [ - inputs.plasma-manager.homeManagerModules.plasma-manager ./home.nix ]; };