Initial commit

This commit is contained in:
JuliusFreudenberger 2025-01-14 01:29:24 +01:00
commit b0a95003b7
57 changed files with 1561 additions and 0 deletions

6
pkgs/default.nix Normal file
View file

@ -0,0 +1,6 @@
pkgs: rec {
rofirefox = pkgs.callPackage ./rofirefox {};
nemo-nextcloud = pkgs.callPackage ./nemo-nextcloud {};
dlrg-fonts = pkgs.callPackage ./dlrg-fonts {};
i3-scrot = pkgs.callPackage ./i3-scrot {};
}