From cee3a20a3ea57fb98378eda9bd9f32dd304f64a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Wed, 17 Jul 2024 19:39:55 +0200 Subject: [PATCH] discord: install discord --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index d04fc6f..08a8ad7 100644 --- a/home.nix +++ b/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;