pocket accept cors

This commit is contained in:
BOTAlex 2025-10-04 02:23:05 +02:00
parent e70aee4ab6
commit 134fe2e279
10 changed files with 320 additions and 219 deletions

View file

@ -1,4 +1,4 @@
{pkgs,...} : {
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
neovim
wget
@ -13,6 +13,17 @@
nixfmt-tree
ffmpeg-full
borgbackup
p7zip
vtk
immich-cli
parted
toybox
gitoxide
(pkgs.callPackage ./modules/customPackages/shreddit/shreddit.nix { })
busybox
linuxKernel.packages.linux_6_12.turbostat
linuxKernel.packages.linux_6_12.cpupower
];
programs.starship.enable = true;