modified application config, added edit-apps alias

This commit is contained in:
Mercury. 2025-04-09 20:12:30 +02:00
parent f1c0233931
commit 90b2ab618c

View file

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