move games to home config
+ a few tweaks
This commit is contained in:
parent
cd8efd23f3
commit
4e86180652
4 changed files with 39 additions and 39 deletions
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
@ -48,4 +43,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
v = "nvim .";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue