home-profile: add desktop packages
This commit is contained in:
parent
d6a451b6c5
commit
d90b32d282
|
@ -30,12 +30,12 @@ with materusArg.pkgs.lib;
|
||||||
]);
|
]);
|
||||||
|
|
||||||
options.materus.profile.packages.list.desktopApps = mkPrivateVar (with pkgs; [
|
options.materus.profile.packages.list.desktopApps = mkPrivateVar (with pkgs; [
|
||||||
barrier
|
|
||||||
(discord.override { nss = nss_latest; withOpenASAR = true; withTTS = true; })
|
(discord.override { nss = nss_latest; withOpenASAR = true; withTTS = true; })
|
||||||
tdesktop
|
tdesktop
|
||||||
mpv
|
mpv
|
||||||
ani-cli
|
ani-cli
|
||||||
#(pkgs.obsidian)
|
obsidian
|
||||||
|
nextcloud-client
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
keepassxc
|
keepassxc
|
||||||
|
|
Loading…
Reference in New Issue