initial
This commit is contained in:
17
hosts/dunamis/programs.nix
Normal file
17
hosts/dunamis/programs.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{pkgs, ...}: {
|
||||
programs.neovim = {
|
||||
enable = false;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 7d --keep 3";
|
||||
flake = "/home/user/.config/nixos";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
nushell
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user