delete old files

This commit is contained in:
2024-11-28 15:49:22 +01:00
parent 508aa43dc8
commit 5419373095
6 changed files with 0 additions and 163 deletions

View File

@@ -1,7 +0,0 @@
# HTML "Hello World"
# Domain
- Hetzner
# Mail Server

View File

@@ -1,78 +0,0 @@
# Neues
- asdsa
## maestral
- autocompletion
- config files and finding the gui
## Bluetooth
- Connection failed
- anders machen
## Minecraft
- FTB
- ATL
- Maby nur am standpc
## Catppuccin Theme
- Zathura
## Folder
- Hardwareconfig auf beide aufteilen
# Optimierung
## Anki
- Catppuccin Theme deklarativ machen -> recolor addon?
## XMonad
- Workspaces
- Scratchpad
## Sddm
- Wann sperren -> XMonad?
## Dateien
- Sortieren
- Backup
- Uni Zeug Drucken
## Images
- Hintergrund, Lockscreen
- Webhook
## xmobar
- change bash scripts to Haskell Functions
## Thunderbird
- Theme declarativ setzen
- KJR Profil declarativ
- privat mail key fixen
- kalender davCal
- contacts
## Betterlockscreen
- initieren von Bild mit "betterlockscreen -u 'path'" delarativ
- Bild über module laden
## Dropbox
- Vorlesungsordner erstellen
# Zsh
- alias für server erstelen

View File

@@ -1,38 +0,0 @@
INFO: latexindent.pl version 3.23.6, 2024-01-17, a script to indent .tex files
latexindent.pl lives here: /nix/store/dg0j7w9wrsdrrrnzyr4akibajm2qfixs-latexindent-3.23.6-tex/scripts/latexindent/
Mon Oct 14 21:47:14 2024
Reading input from STDIN
INFO: Processing switches:
-y|--yaml: YAML settings specified via command line
INFO: Directory for backup files and indent.log:
.
INFO: Perl modules are being loaded from the following directories:
/nix/store/ww69rb7srifikvilg39q4v8n9h1zcssf-perl-5.38.2/lib/perl5/5.38.2/FindBin.pm
/nix/store/fbmrbhy9zby05c94x54jfhd4dyidfzar-perl-5.38.2-env/lib/perl5/site_perl/5.38.2/YAML/Tiny.pm
/nix/store/ww69rb7srifikvilg39q4v8n9h1zcssf-perl-5.38.2/lib/perl5/5.38.2/File/Copy.pm
/nix/store/ww69rb7srifikvilg39q4v8n9h1zcssf-perl-5.38.2/lib/perl5/5.38.2/File/Basename.pm
/nix/store/ww69rb7srifikvilg39q4v8n9h1zcssf-perl-5.38.2/lib/perl5/5.38.2/Getopt/Long.pm
/nix/store/fbmrbhy9zby05c94x54jfhd4dyidfzar-perl-5.38.2-env/lib/perl5/site_perl/5.38.2/File/HomeDir.pm
INFO: LatexIndent perl modules are being loaded from, for example:
/nix/store/dg0j7w9wrsdrrrnzyr4akibajm2qfixs-latexindent-3.23.6-tex/scripts/latexindent/LatexIndent/Document.pm
INFO: YAML settings read: defaultSettings.yaml
Reading defaultSettings.yaml from /nix/store/dg0j7w9wrsdrrrnzyr4akibajm2qfixs-latexindent-3.23.6-tex/scripts/latexindent/defaultSettings.yaml
INFO: YAML reading settings
Home directory is /home/elias
latexindent.pl didn't find indentconfig.yaml or .indentconfig.yaml
see all possible locations: https://latexindentpl.readthedocs.io/en/latest/sec-appendices.html#indentconfig-options)
INFO: YAML settings read: -y switch
YAML setting: "defaultIndent:' '"
quote found in -y switch
key:
value: defaultIndent:' '
double-quoted string found in -y switch: "defaultIndent:' '", substitute to defaultIndent:' '
INFO: Phase 1: searching for objects
INFO: Phase 2: finding surrounding indentation
INFO: Phase 3: indenting objects
INFO: Phase 4: final indentation check
INFO: Output routine:
Not outputting to file; see -w and -o switches for more options.
--------------
INFO: Please direct all communication/issues to:
https://github.com/cmhughes/latexindent.pl

View File

@@ -1,25 +0,0 @@
{ lib, stdenv, fetchgit, chez, gnumake, which, emacs, texliveFull }:
stdenv.mkDerivation rec {
name = "minlog";
version = "2024-04-14";
src = fetchgit {
url = "http://www.ed.math.lmu.de/m/~minlogit/git/minlog.git";
rev = "92a3f38d4532942016525ebdfb05c0a0791cad97";
hash = "sha256-WWkYjf0vMf6zhSW9zr1hdV8D1W08l5Y0auMghMhFU68=";
};
nativeBuildInputs = [ chez which emacs texliveFull ];
buildInputs = [ chez ];
makeFlags = [ "DESTDIR=$(out)" ];
meta = with lib; {
description = "Minlog is an interactive proof system";
homepage = "https://www.ed.math.lmu.de/m//~logik/minlog/#installation";
maintainers = [ maintainers.einfischy ];
platforms = platforms.linux;
};
}

View File

@@ -1,6 +0,0 @@
# Arguments to the overlay function:
{ ... }:
final: prev: {
minlog = prev.callPackage ./minlog.nix { };
}

View File

@@ -1,9 +0,0 @@
{ ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
}