Dump nixos config after scrubing
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{ pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
lua-language-server
|
||||
neovim
|
||||
zip
|
||||
unzip
|
||||
eza
|
||||
];
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
shellAliases = {
|
||||
ls = "eza";
|
||||
n = "nvim";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user