Used deadnix to clean-up code

This commit is contained in:
jopejoe1 2023-07-27 14:19:06 +02:00
parent fb0241023e
commit 23fe41c671
9 changed files with 10 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, prismlauncher, nur, self, ... }:
{ prismlauncher, nur, self, ... }:
{
nixpkgs = {
@ -8,9 +8,9 @@
prismlauncher.overlays.default
nur.overlay
(slef: super: {
(_self: super: {
tela-icon-theme = super.tela-icon-theme.overrideAttrs (old: {
tela-icon-theme = super.tela-icon-theme.overrideAttrs (_old: {
src = self.inputs.tela-icon-theme;
});