feat: a lot of stuff

This commit is contained in:
Jacob Bachmann 2024-07-25 16:54:52 +02:00
parent a990c70c8f
commit 059f5efba3
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
9 changed files with 42 additions and 9 deletions

View file

@ -4,6 +4,7 @@
./alacritty.nix
./chromium
./discord.nix
./games.nix
./keyring.nix
./obs.nix
./vscode.nix
@ -23,7 +24,6 @@
signal-desktop # private, simple, and secure messenger
zoom-us # zoom.us video conferencing application
gnome.nautilus # the file manager for gnome
gnome.simple-scan # simple scanning utility
gnome.gnome-font-viewer # program that can preview fonts and create thumbnails for fonts
pppdf

View file

@ -0,0 +1,5 @@
{ nixosConfig, lib, pkgs, ... }: lib.mkIf nixosConfig.bchmnn.games.enable {
home.packages = with pkgs; [
extremetuxracer
];
}

View file

@ -14,6 +14,7 @@
texliveFull # tex live environment
imagemagick # software suite to create, edit, compose, or convert bitmap images
ghostscript # postscript interpreter (mainline version)
pdftk # command-line tool for working with pdfs
ventoy-full # bootable usb solution
isisdl # downloader for isis of tu-berlin
sage # open source mathematics software, free alternative to magma, maple, mathematica, and matlab