forked from Shinonome/dots-hyprland
a
This commit is contained in:
@@ -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;
|
||||||
# [
|
# [
|
||||||
|
|||||||
Reference in New Issue
Block a user