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
|
remmina
|
||||||
# audio
|
# audio
|
||||||
audacity
|
audacity
|
||||||
|
# communication
|
||||||
|
discord
|
||||||
];
|
];
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
|
|
@ -29,6 +31,8 @@ in {
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue