stuffs
This commit is contained in:
parent
09232be6a3
commit
e55f9661a3
8 changed files with 337 additions and 538 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue