discord: install discord
This commit is contained in:
parent
3e4528e021
commit
cee3a20a3e
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
|
@ -9,6 +9,8 @@ in {
|
|||
remmina
|
||||
# audio
|
||||
audacity
|
||||
# communication
|
||||
discord
|
||||
];
|
||||
|
||||
file = {
|
||||
|
|
@ -29,6 +31,8 @@ in {
|
|||
stateVersion = "23.11";
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue