mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
remove nur
This commit is contained in:
parent
4050b8d212
commit
658507c387
6 changed files with 36 additions and 24 deletions
|
@ -22,6 +22,5 @@
|
|||
./users
|
||||
self.inputs.home-manager.nixosModules.home-manager
|
||||
self.inputs.kde2nix.nixosModules.plasma6
|
||||
self.inputs.nur.nixosModules.nur
|
||||
];
|
||||
}
|
||||
|
|
|
@ -27,7 +27,6 @@ in {
|
|||
registry = {
|
||||
home-manager.flake = self.inputs.home-manager;
|
||||
nixos-hardware.flake = self.inputs.nixos-hardware;
|
||||
nur.flake = self.inputs.nur;
|
||||
system.flake = self;
|
||||
nixpkgs.to = {
|
||||
type = "path";
|
||||
|
|
|
@ -11,10 +11,11 @@ in {
|
|||
|
||||
overlays = [
|
||||
self.inputs.prismlauncher.overlays.default
|
||||
self.inputs.nur.overlay
|
||||
|
||||
(_self: super: rec {
|
||||
|
||||
firefox-addons = self.inputs.firefox-addons.packages."${config.nixpkgs.hostPlatform.system}";
|
||||
|
||||
tela-icon-theme = super.tela-icon-theme.overrideAttrs
|
||||
(_old: { src = self.inputs.tela-icon-theme; });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue