mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update programs.nix
This commit is contained in:
parent
09a9943c48
commit
d3094d530d
1 changed files with 8 additions and 0 deletions
|
@ -8,11 +8,19 @@
|
|||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
# Comms
|
||||
discord
|
||||
|
||||
# Office
|
||||
libreoffice-fresh
|
||||
slack
|
||||
|
||||
# Work
|
||||
virt-manager
|
||||
vscode
|
||||
|
||||
# Streaming
|
||||
obs-studio
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue