forked from Shinonome/dots-hyprland
a
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
inherit
|
||||
@@ -48,7 +49,7 @@ in {
|
||||
".config/xdg-desktop-portal".source = builtins.path {path = ../../.config/xdg-desktop-portal;};
|
||||
".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;
|
||||
# [
|
||||
|
||||
Reference in New Issue
Block a user