This commit is contained in:
41666 2023-12-26 23:37:51 -05:00
parent 3ee4f33af2
commit 55d81d39e9
6 changed files with 248 additions and 60 deletions

View file

@ -19,7 +19,7 @@
vim = "nvim";
vi = "nvim";
vimin = "NVIM_APPNAME=nvim-minimal nvim";
ddgo = "${pkgs.w3m} https://lite.duckduckgo.com";
nano = "nvim";
};
};

View file

@ -0,0 +1,9 @@
{ ... }: {
imports = [
../common
../common/home-user.nix
../../features/kitty.nix
../../features/vesktop
];
}