modified application config, added edit-apps alias
This commit is contained in:
parent
f1c0233931
commit
90b2ab618c
16
apps.nix
16
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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue