diff --git a/apps.nix b/apps.nix index 1529a27..2efaa3b 100644 --- a/apps.nix +++ b/apps.nix @@ -1,7 +1,7 @@ { config, pkgs, lib, ... }: { - environment.systemPackages = with pkgs; [ + environment.systemPackages = with pkgs; [ vscode neovim hyfetch @@ -18,6 +18,16 @@ ntfs3g corectrl git - ]; - programs.steam.enable = true; + mangohud + gamescope + bottles + anydesk + piper + ]; + + programs.steam.enable = true; + + environment.shellAliases = { + edit-apps = "nvim /etc/nixos/apps.nix"; + }; }