From c7cb283035c37ae0d47588119bc2dbda26ccd439 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 26 Apr 2024 20:49:59 +0530 Subject: [PATCH] enable discord --- home/persistence.nix | 1 + home/programs/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home/persistence.nix b/home/persistence.nix index b22f94f..38cc839 100644 --- a/home/persistence.nix +++ b/home/persistence.nix @@ -11,6 +11,7 @@ _: { { directory = ".cache/nix-index"; method = "symlink"; } { directory = ".cache/ytfzf"; method = "symlink"; } { directory = ".config/1Password"; method = "symlink"; } + { directory = ".config/discord"; method = "symlink"; } { directory = ".config/doctl"; method = "symlink"; } { directory = ".config/gh"; method = "symlink"; } { directory = ".config/lazygit"; method = "symlink"; } diff --git a/home/programs/default.nix b/home/programs/default.nix index 5bb2724..4f20065 100644 --- a/home/programs/default.nix +++ b/home/programs/default.nix @@ -23,6 +23,7 @@ home.packages = with pkgs; let steam-custom = (steam.override { extraPkgs = p: [ p.gamemode p.gamescope ]; }); in [ _1password-gui + discord doctl evince flyctl