Update apps on marauder

This commit is contained in:
Nettika 2025-10-12 01:01:00 -07:00
parent 690b2e2deb
commit f00ab5b5ae
4 changed files with 66 additions and 30 deletions

View file

@ -1,4 +1,4 @@
{ self, nixpkgs, phps, agenix, ... }:
{ self, nixpkgs, phps, agenix, winboat }:
let
baseSpecialArgs = {
inherit (self) nixosModules;
@ -11,7 +11,7 @@ in {
marauder = nixosSystem {
system = "x86_64-linux";
modules = [ ./marauder ];
specialArgs = { inherit phps; };
specialArgs = { inherit phps winboat; };
};
astral = nixosSystem {
system = "x86_64-linux";

View file

@ -1,4 +1,4 @@
{ pkgs, nixosModules, phps, agenix, ... }:
{ pkgs, nixosModules, phps, agenix, winboat, ... }:
let
fortune = pkgs.writeShellScript "cgi" ''
echo "Content-type: text/html"
@ -102,69 +102,69 @@ in {
environment.systemPackages = with pkgs; [
# Chat clients
discord
slack
element-desktop
telegram-desktop
signal-desktop
slack
telegram-desktop
# Browsers
firefox
filezilla
firefox
# Creative
inkscape
bambu-studio
blender
gimp
inkscape
krita
openscad-unstable
bambu-studio
orca-slicer
# Multimedia
vlc
ffmpeg
ffcheck
aonsoku
ffmpeg
vlc
# Code Editors
# Editors
abiword
obsidian
vscode
arduino-ide
# Dev Tools
fossil
nixd
nixfmt-classic
nixpkgs-fmt
pyenv
rustup
electron
uv
ruff
fossil
just
dioxus-cli
# Languages
gcc
kotlin
nodejs
php
# Command line
agenix.packages.x86_64-linux.default
backblaze-b2
dig
htop
jq
backblaze-b2
just
unzip
zip
# Misc
obsidian
intiface-central
prismlauncher
blender
# Network
mullvad-vpn
qbittorrent
system-config-printer
# Misc
gcc
intiface-central
openssl
pkg-config
agenix.packages.x86_64-linux.default
abiword
prismlauncher
system-config-printer
winboat.packages.x86_64-linux.winboat
];
programs.git = {