diff options
author | stuebinm | 2024-05-07 12:41:51 +0200 |
---|---|---|
committer | stuebinm | 2024-05-07 12:41:51 +0200 |
commit | 70c185acd61eb143ce8f18ed135dd130a47f6ac3 (patch) | |
tree | 11a7daa924d3a43173eef198b7027dbf78ca5987 | |
parent | c75c2ccacb265acf7ee5930e55c4451ecd5e3b85 (diff) |
home: switch to dino from nixpkgs-stable
-rw-r--r-- | home/packages.nix | 1 | ||||
-rw-r--r-- | home/unstable.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/home/packages.nix b/home/packages.nix index 165cc59..840a01a 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -12,6 +12,7 @@ in # internet apps & clients firefox keepassxc mumble lynx thunderbird offpunk openconnect matterhorn tdesktop monolith magic-wormhole-rs + dino # graphics & audio audacity blender darktable kdenlive moc ffmpeg-full gimp-with-plugins inkscape krita meshlab pavucontrol moc diff --git a/home/unstable.nix b/home/unstable.nix index 9592af7..6c2f598 100644 --- a/home/unstable.nix +++ b/home/unstable.nix @@ -3,7 +3,6 @@ with inputs.nixpkgs-unstable; { home.packages = [ - dino (stdenv.mkDerivation { name = "signal-wayland"; src = signal-desktop; |