Remove NUR as it is no longer needed

This commit is contained in:
caem 2024-12-08 11:49:25 +01:00
parent 0bc08cbf57
commit e77916ed2c
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 0 additions and 84 deletions

View file

@ -2,7 +2,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
impermanence.url = "github:nix-community/impermanence";
home-manager = {
@ -26,7 +25,6 @@
nixpkgs,
impermanence,
home-manager,
nur,
plasma-manager,
aagl,
...
@ -39,13 +37,10 @@
modules = [
home-manager.nixosModules.home-manager {
home-manager.sharedModules = [
nur.hmModules.nur
plasma-manager.homeManagerModules.plasma-manager
];
}
impermanence.nixosModules.impermanence
nur.nixosModules.nur
];
nixpkgs = nixpkgs;
inputs = inputs;