Kde: install neochat
This commit is contained in:
parent
9592300a09
commit
51f3854609
2 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
./kate.nix
|
./kate.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./skanpage.nix
|
./skanpage.nix
|
||||||
|
./neochat.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the kde partition manager
|
# Enable the kde partition manager
|
||||||
|
|
|
||||||
7
roles/kde/programs/neochat.nix
Normal file
7
roles/kde/programs/neochat.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home-manager.users.toast = {
|
||||||
|
home.packages = [ pkgs.neochat ];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue