Steam deck perhaps
This commit is contained in:
9
users/configs/system/nvim/default.nix
Normal file
9
users/configs/system/nvim/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{...}: {
|
||||
programs.neovim.enable = true;
|
||||
|
||||
home.file = {
|
||||
".config/nvim" = {
|
||||
source = ./nvim;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user