diff --git a/flake.nix b/flake.nix index a903a37..48df56a 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,10 @@ url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; inputs.nixpkgs.follows = "nixpkgs"; }; + psysonic = { + url = "github:Psychotoxical/psysonic"; + inputs.nixpkgs.follows = "nixpkgs"; + }; try-cli = { url = "github:tobi/try-cli"; inputs.nixpkgs.follows = "nixpkgs"; @@ -47,6 +51,7 @@ disko, home-manager, try-cli, + psysonic, voxtype, walker, # hyprland-preview-share-picker, @@ -78,6 +83,7 @@ inherit inputs; inherit pkgs-unstable; inherit try-cli; + inherit psysonic; inherit voxtype; inherit walker; inherit impermanence; @@ -109,6 +115,7 @@ inherit inputs; inherit pkgs-unstable; inherit try-cli; + inherit psysonic; inherit voxtype; inherit walker; inherit impermanence; diff --git a/home/packages.nix b/home/packages.nix index 867f9c8..40d25d4 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -1,4 +1,4 @@ -{ pkgs, pkgs-unstable, try-cli, nix-direnv, ... }: +{ pkgs, pkgs-unstable, try-cli, psysonic, nix-direnv, ... }: let # krita-appimage = pkgs.callPackage ../packages/krita.nix { }; @@ -44,6 +44,7 @@ in nautilus # Document viewer nextcloud-client # Nextcloud sync client obsidian # Notes software + psysonic.packages.${pkgs.system}.default # Music player signal-desktop # Messaging spotify # Music super-productivity # Task app