mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add: add work nix file for work packages
This commit is contained in:
parent
427bf652ef
commit
8bd8fd2344
1 changed files with 22 additions and 0 deletions
22
work.nix
Normal file
22
work.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
# virt-manager
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Comms
|
||||
slack
|
||||
|
||||
# Web
|
||||
google-chrome
|
||||
|
||||
# VM
|
||||
quickemu
|
||||
spice
|
||||
spice-gtk
|
||||
virt-manager
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue