This commit is contained in:
kenji
2025-08-11 20:37:50 -05:00
parent a6c6f7958f
commit f0ec76847f
+2 -1
View File
@@ -3,6 +3,7 @@
lib, lib,
inputs, inputs,
pkgs, pkgs,
self,
... ...
}: let }: let
inherit inherit
@@ -48,7 +49,7 @@ in {
".config/xdg-desktop-portal".source = builtins.path {path = ../../.config/xdg-desktop-portal;}; ".config/xdg-desktop-portal".source = builtins.path {path = ../../.config/xdg-desktop-portal;};
".config/starship.toml".source = builtins.path {path = ../../.config/starship.toml;}; ".config/starship.toml".source = builtins.path {path = ../../.config/starship.toml;};
}; };
home.packages = import ../packages.nix; home.packages = import ../packages.nix {inherit pkgs self inputs;};
# #
# home.packages = with pkgs; # home.packages = with pkgs;
# [ # [