Kde: install neochat

This commit is contained in:
Toast 2023-11-30 10:17:11 +01:00
parent 9592300a09
commit 51f3854609
2 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,7 @@
./kate.nix
./firefox.nix
./skanpage.nix
./neochat.nix
];
# Enable the kde partition manager

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home-manager.users.toast = {
home.packages = [ pkgs.neochat ];
};
}