mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: switch to nheko; install xmpp client
This commit is contained in:
parent
a97c34b28f
commit
040c8d3141
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
gajim # XMPP client
|
||||||
|
nheko # Matrix client
|
||||||
linuxKernel.packages.linux_hardened.v4l2loopback # Use A7ii as webcam
|
linuxKernel.packages.linux_hardened.v4l2loopback # Use A7ii as webcam
|
||||||
# wikit # Wikipedia summaries from the terminal, not added to Nix yet
|
# wikit # Wikipedia summaries from the terminal, not added to Nix yet
|
||||||
# reader # Firefox reader mode but in the terminal, not added to Nix yet
|
# reader # Firefox reader mode but in the terminal, not added to Nix yet
|
||||||
|
|
@ -52,7 +54,7 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
yt-dlp
|
yt-dlp
|
||||||
wineWowPackages.wayland
|
wineWowPackages.wayland
|
||||||
element-desktop # wayland version is very laggy for me
|
# element-desktop # wayland version is very laggy for me
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
neofetch
|
neofetch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue