mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
Used deadnix to clean-up code
This commit is contained in:
parent
fb0241023e
commit
23fe41c671
9 changed files with 10 additions and 12 deletions
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue