This commit is contained in:
kenji
2025-08-11 21:18:45 -05:00
parent 230917fbb2
commit c83efbc591
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,7 +19,6 @@
};
oneUI = {
url = "github:/end-4/OneUI4-Icons";
inputs.nixpkgs.follows = "nixpkgs";
flake = false;
};
home-manager = {
@@ -79,7 +78,7 @@
'';
dontPatchShebangs = true;
};
iiOneUI4Icons = pkgs.stdenv.mkDerivation {
iiOneUI4Icons = pkgs.stdenv.mkDerivation rec {
pname = "ii-oneui4-icons";
version = "r70.55eada4";
src = oneUI;
@@ -113,6 +112,7 @@
self.packages.${pkgs.system}.default
inputs.matugen.packages.${pkgs.system}.default
inputs.hyprland.packages.${pkgs.system}.default
inputs.nixos-fonts.packages.${pkgs.system}.space-grotesk
];
};
});