mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
aly: install tuba
This commit is contained in:
parent
9adada7dcf
commit
5afa64520c
|
@ -23,18 +23,19 @@ self: {
|
|||
};
|
||||
};
|
||||
|
||||
packages = [
|
||||
pkgs.bitwarden-desktop
|
||||
pkgs.browsh
|
||||
pkgs.curl
|
||||
pkgs.fractal
|
||||
pkgs.git
|
||||
pkgs.nicotine-plus
|
||||
pkgs.obsidian
|
||||
pkgs.picard
|
||||
pkgs.tauon
|
||||
pkgs.transmission-remote-gtk
|
||||
pkgs.webcord
|
||||
packages = with pkgs;[
|
||||
bitwarden-desktop
|
||||
browsh
|
||||
curl
|
||||
fractal
|
||||
git
|
||||
nicotine-plus
|
||||
obsidian
|
||||
picard
|
||||
tauon
|
||||
transmission-remote-gtk
|
||||
tuba
|
||||
webcord
|
||||
];
|
||||
|
||||
stateVersion = "24.05";
|
||||
|
|
Loading…
Reference in a new issue