adds rustup, bisq, keet, libreoffice

This commit is contained in:
2023-12-22 18:58:23 -05:00
parent bb56346bbe
commit db651698ca
7 changed files with 122 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
imports = [
../../modules/home/git.nix
../../modules/home/vim.nix
../../modules/home/zsh.nix
];
modules.git.enable = true;
modules.vim.enable = true;
modules.zsh.enable = true;
}