Updated carbon to make use of workstation config

This commit is contained in:
Alejandro Angulo 2023-04-02 16:22:51 -07:00
parent 0123fe466f
commit 58ac9bba79
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -12,15 +12,7 @@
aa = { aa = {
nix.enable = true; nix.enable = true;
suites.desktop.enable = true; archetypes.workstation.enable = true;
suites.gaming.enable = true;
tools.git.enable = true;
tools.zsh.enable = true;
tools.exa.enable = true;
apps.neovim.enable = true;
apps.tmux.enable = true;
services.printing.enable = true; services.printing.enable = true;
services.tailscale = { services.tailscale = {
@ -47,10 +39,7 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget
sanoid sanoid
killall
usbutils
# Below 3 installed for sanoid # Below 3 installed for sanoid
pv pv
lzop lzop