This commit is contained in:
Mars 2024-08-13 00:59:18 -04:00
parent 09232be6a3
commit e55f9661a3
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
8 changed files with 337 additions and 538 deletions

View file

@ -40,7 +40,7 @@ with lib // pkgs // inputs; {
];
systemd.user.extraConfig = let
path = lib.concatStringsSep ":" [
path = concatStringsSep ":" [
"/run/wrappers/bin"
"/etc/profiles/per-user/%u/bin"
"/nix/var/nix/profiles/default/bin"
@ -177,7 +177,7 @@ with lib // pkgs // inputs; {
(x: x // {nixpkgs.flake = nixpkgs;})
];
nixSuper = inputs.nix-super.packages.${pkgs.system}.default;
nixSuper = nix-super.packages.${system}.default;
in {
package = mkForce nixSuper;
registry = mappedRegistry // optionalAttrs (config.nix.package == nixSuper) {default = mappedRegistry.nixpkgs;};
@ -258,7 +258,7 @@ with lib // pkgs // inputs; {
hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
package = hyprland.packages.${system}.hyprland;
};
nh = {