Compare commits

...

2 Commits

Author SHA1 Message Date
madmin ced0b2840c feat(home-manager): add necessary backup method 2024-07-20 11:19:00 +02:00
madmin 3254664b02 feat(shell): add vim to allSystem shell 2024-07-20 11:18:12 +02:00
2 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,7 @@
modules = [
home-manager.nixosModules.home-manager{
home-manager.extraSpecialArgs = specialArgs;
home-manager.backupFileExtension = "backup";
}
./systems/jeroboam
];

View File

@ -19,6 +19,8 @@
inherit (pkgs)
# Required for pre-commit hook 'nixpkgs-fmt' only on Darwin
# REF: <https://discourse.nixos.org/t/nix-shell-rust-hello-world-ld-linkage-issue/17381/4>
vim
libiconv
nix