add zammad to fw vm, add web-arm machine
This commit is contained in:
parent
d46990b7fb
commit
f86996cd28
87 changed files with 4681 additions and 135 deletions
|
|
@ -18,6 +18,7 @@ in {
|
|||
|
||||
./utils/modules/sops.nix
|
||||
./utils/modules/nur.nix
|
||||
./modules/appimage.nix
|
||||
./modules/sway/sway.nix
|
||||
./modules/printer.nix
|
||||
./modules/nvim/default.nix
|
||||
|
|
@ -34,6 +35,7 @@ in {
|
|||
|
||||
fonts.packages = with pkgs; [
|
||||
open-sans
|
||||
|
||||
];
|
||||
|
||||
# nixos cross building qemu
|
||||
|
|
@ -108,17 +110,19 @@ in {
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bento
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
wget
|
||||
creality-print
|
||||
docker-compose
|
||||
drone-cli
|
||||
git-filter-repo
|
||||
nix-prefetch-git
|
||||
openaudible
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
wget
|
||||
wireguard-tools
|
||||
wineWowPackages.stable
|
||||
wineWowPackages.fonts
|
||||
winetricks
|
||||
git-filter-repo
|
||||
ykfde
|
||||
nix-prefetch-git
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue