diff --git a/.gitignore b/.gitignore index fe40c22..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -hmModules/apps/hypr/icons/ diff --git a/hmModules/apps/hypr/icons/.gitignore b/hmModules/apps/hypr/icons/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/hmModules/apps/hypr/icons/.gitignore @@ -0,0 +1 @@ +* diff --git a/hosts/jibril/users/pan/user.nix b/hosts/jibril/users/pan/user.nix index 24b4965..b915e9e 100644 --- a/hosts/jibril/users/pan/user.nix +++ b/hosts/jibril/users/pan/user.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, pkgs, ... }: { hypr.enable = true; @@ -104,4 +104,8 @@ beeper.enable = true; discord.enable = true; + extraPkgs = with pkgs; [ + # Applications + musescore + ]; }