refactor devel

This commit is contained in:
Till 2025-10-15 01:17:26 +02:00
parent e11521e176
commit 44d33de97e
3 changed files with 21 additions and 22 deletions

18
home/devel.nix Normal file
View file

@ -0,0 +1,18 @@
{ config, pkgs, inputs, lib, ... }:
{
home.packages = with pkgs; [
bundler
bundix
nodejs
yarn-berry
duckdb
tippecanoe
pmtiles
];
imports = [
./r.nix
];
}

View file

@ -5,18 +5,9 @@
prefix = ${config.xdg.dataHome}/npm/packages prefix = ${config.xdg.dataHome}/npm/packages
''; '';
home.packages = with pkgs; [
# development
bundler
bundix
nodejs
appimage-run
yarn
];
imports = [ imports = [
./minimal.nix ./minimal.nix
./devel.nix
]; ];
} }

View file

@ -50,32 +50,22 @@
rhythmbox rhythmbox
vlc vlc
# development
appimage-run appimage-run
bundler
bundix
nodejs
yarn
# secrets # secrets
libsecret libsecret
keepassxc keepassxc
yubioath-flutter yubioath-flutter
# geospatial
duckdb
tippecanoe
pmtiles
]; ];
imports = [ imports = [
./minimal.nix ./minimal.nix
./devel.nix
./calendars.nix ./calendars.nix
./foot.nix ./foot.nix
./mail ./mail
./openconnect.nix ./openconnect.nix
./r.nix
]; ];
programs.taskwarrior = { programs.taskwarrior = {