my-neovim shortcuts

This commit is contained in:
John Lancaster
2026-03-31 23:11:23 -05:00
parent 609d2a5cca
commit cf02260941
+3 -1
View File
@@ -5,6 +5,7 @@
hostname = "john-p14s";
homeDirectory = config.home-manager.users.john.home.homeDirectory;
flakeDir = "${homeDirectory}/Documents/dendritic";
my-neovim = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim
in
{
imports = [
@@ -40,6 +41,7 @@
busybox
dig
samba
my-neovim
];
security.pam.services.swaylock = {};
@@ -122,7 +124,7 @@
home.packages = with pkgs; [
bash
discord
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim
my-neovim
];
ssh.matchSets = {
appdaemon = true;