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, ... }:
|
{ 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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue