mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -06:00
update garrus and work
This commit is contained in:
parent
6bcee89402
commit
418a43f7f6
2 changed files with 22 additions and 2 deletions
20
dev.nix
Normal file
20
dev.nix
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# virt-manager
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Rust
|
||||||
|
cargo
|
||||||
|
rustc
|
||||||
|
clang
|
||||||
|
|
||||||
|
# VM
|
||||||
|
quickemu
|
||||||
|
spice
|
||||||
|
spice-gtk
|
||||||
|
virt-manager
|
||||||
|
];
|
||||||
|
}
|
|
@ -7,10 +7,10 @@
|
||||||
# Name your host machine
|
# Name your host machine
|
||||||
networking.hostName = "garrus";
|
networking.hostName = "garrus";
|
||||||
|
|
||||||
# System76
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
# System76 Tools
|
||||||
system76-keyboard-configurator
|
system76-keyboard-configurator
|
||||||
firmware-manager
|
firmware-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue