Updated carbon to make use of workstation config
This commit is contained in:
parent
0123fe466f
commit
58ac9bba79
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue