Merge branch 'main' of github.com:sajenim/dotfiles.nix

This commit is contained in:
♥ Minnie ♥ 2023-05-15 21:12:25 +08:00
commit 632a77160c
3 changed files with 93 additions and 53 deletions

View file

@ -12,8 +12,12 @@
# You can also split up your configuration and import pieces of it here:
# Configurations
"${inputs.neovim-jsm}/default.nix"
# Programs
./programs/git.nix
./programs/zsh.nix
];
nixpkgs = {
@ -51,7 +55,7 @@
username = "admin";
homeDirectory = "/home/admin";
sessionVariables = {
EDITOR = "vim";
EDITOR = "nvim";
};
# Install some packages