Remove kde2nix overlay

This commit is contained in:
Gabriel Simmer 2024-03-10 12:14:06 +00:00
parent b420e41a85
commit 25ea049789
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -5,7 +5,6 @@
terranix.url = "github:terranix/terranix"; terranix.url = "github:terranix/terranix";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixinate.url = "github:matthewcroughan/nixinate"; nixinate.url = "github:matthewcroughan/nixinate";
kde2nix.url = "github:nix-community/kde2nix";
nixos-dns.url = "github:Janik-Haag/nixos-dns"; nixos-dns.url = "github:Janik-Haag/nixos-dns";
nixos-dns.inputs.nixpkgs.follows = "nixpkgs"; nixos-dns.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs-wayland = { nixpkgs-wayland = {
@ -35,7 +34,6 @@
alertmanager-ntfy, alertmanager-ntfy,
nixpkgs-wayland, nixpkgs-wayland,
kubenix, kubenix,
kde2nix,
nixos-dns, nixos-dns,
} @ inputs: let } @ inputs: let
pkgs = nixpkgs.legacyPackages.x86_64-linux; pkgs = nixpkgs.legacyPackages.x86_64-linux;
@ -216,7 +214,6 @@
london = nixpkgs.lib.nixosSystem { london = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
kde2nix.nixosModules.plasma6
(import ./nix/london/configuration.nix) (import ./nix/london/configuration.nix)
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {