diff --git a/flake.nix b/flake.nix index d911cde..2fe8443 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ }; in themeFull // { tmTheme = (import ./templates/tmTheme.nix) themeFull; - adwaitaGtkcss = (import ./templates/adwaitaGtkCss.nix) themeFull; + adwaitaGtkCss = (import ./templates/adwaitaGtkCss.nix) themeFull; }; } // builtins.mapAttrs (name: self.custom) (import ./themes.nix); } diff --git a/templates/adwaita-gtk-css.nix b/templates/adwaitaGtkCss.nix similarity index 100% rename from templates/adwaita-gtk-css.nix rename to templates/adwaitaGtkCss.nix