enable discord
This commit is contained in:
parent
20d4e0b42e
commit
c7cb283035
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ _: {
|
||||||
{ directory = ".cache/nix-index"; method = "symlink"; }
|
{ directory = ".cache/nix-index"; method = "symlink"; }
|
||||||
{ directory = ".cache/ytfzf"; method = "symlink"; }
|
{ directory = ".cache/ytfzf"; method = "symlink"; }
|
||||||
{ directory = ".config/1Password"; method = "symlink"; }
|
{ directory = ".config/1Password"; method = "symlink"; }
|
||||||
|
{ directory = ".config/discord"; method = "symlink"; }
|
||||||
{ directory = ".config/doctl"; method = "symlink"; }
|
{ directory = ".config/doctl"; method = "symlink"; }
|
||||||
{ directory = ".config/gh"; method = "symlink"; }
|
{ directory = ".config/gh"; method = "symlink"; }
|
||||||
{ directory = ".config/lazygit"; method = "symlink"; }
|
{ directory = ".config/lazygit"; method = "symlink"; }
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
home.packages = with pkgs; let steam-custom = (steam.override { extraPkgs = p: [ p.gamemode p.gamescope ]; }); in [
|
home.packages = with pkgs; let steam-custom = (steam.override { extraPkgs = p: [ p.gamemode p.gamescope ]; }); in [
|
||||||
_1password-gui
|
_1password-gui
|
||||||
|
discord
|
||||||
doctl
|
doctl
|
||||||
evince
|
evince
|
||||||
flyctl
|
flyctl
|
||||||
|
|
Loading…
Reference in a new issue