Merge branch 'main' of github.com:sajenim/dotfiles.nix
This commit is contained in:
commit
632a77160c
3 changed files with 93 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue