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