dotfiles/etc/apps/prod.nix
2005 a9f0e0bd12 💫 some look changes
added rofi theme but it kinda looks scuffed. (last update broke the theme)
added waydroid
few more applications
enabled ollama once again
vscode: added typescript prettier linter
2024-07-13 17:48:39 +02:00

13 lines
249 B
Nix
Executable file

{ pkgs, config, inputs, ... }: {
environment.systemPackages = with pkgs; [
taskwarrior
timewarrior
logseq
#inputs.romodoro.packages.x86_64-linux.default
taskwarrior-tui
inputs.dttyper.packages.x86_64-linux.default
];
}