Update files
This commit is contained in:
@@ -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;
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user