Update files
This commit is contained in:
@@ -15,6 +15,10 @@
|
|||||||
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
psysonic = {
|
||||||
|
url = "github:Psychotoxical/psysonic";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
try-cli = {
|
try-cli = {
|
||||||
url = "github:tobi/try-cli";
|
url = "github:tobi/try-cli";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@@ -47,6 +51,7 @@
|
|||||||
disko,
|
disko,
|
||||||
home-manager,
|
home-manager,
|
||||||
try-cli,
|
try-cli,
|
||||||
|
psysonic,
|
||||||
voxtype,
|
voxtype,
|
||||||
walker,
|
walker,
|
||||||
# hyprland-preview-share-picker,
|
# hyprland-preview-share-picker,
|
||||||
@@ -78,6 +83,7 @@
|
|||||||
inherit inputs;
|
inherit inputs;
|
||||||
inherit pkgs-unstable;
|
inherit pkgs-unstable;
|
||||||
inherit try-cli;
|
inherit try-cli;
|
||||||
|
inherit psysonic;
|
||||||
inherit voxtype;
|
inherit voxtype;
|
||||||
inherit walker;
|
inherit walker;
|
||||||
inherit impermanence;
|
inherit impermanence;
|
||||||
@@ -109,6 +115,7 @@
|
|||||||
inherit inputs;
|
inherit inputs;
|
||||||
inherit pkgs-unstable;
|
inherit pkgs-unstable;
|
||||||
inherit try-cli;
|
inherit try-cli;
|
||||||
|
inherit psysonic;
|
||||||
inherit voxtype;
|
inherit voxtype;
|
||||||
inherit walker;
|
inherit walker;
|
||||||
inherit impermanence;
|
inherit impermanence;
|
||||||
|
|||||||
+2
-1
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, pkgs-unstable, try-cli, nix-direnv, ... }:
|
{ pkgs, pkgs-unstable, try-cli, psysonic, nix-direnv, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
# krita-appimage = pkgs.callPackage ../packages/krita.nix { };
|
# krita-appimage = pkgs.callPackage ../packages/krita.nix { };
|
||||||
@@ -44,6 +44,7 @@ in
|
|||||||
nautilus # Document viewer
|
nautilus # Document viewer
|
||||||
nextcloud-client # Nextcloud sync client
|
nextcloud-client # Nextcloud sync client
|
||||||
obsidian # Notes software
|
obsidian # Notes software
|
||||||
|
psysonic.packages.${pkgs.system}.default # Music player
|
||||||
signal-desktop # Messaging
|
signal-desktop # Messaging
|
||||||
spotify # Music
|
spotify # Music
|
||||||
super-productivity # Task app
|
super-productivity # Task app
|
||||||
|
|||||||
Reference in New Issue
Block a user