refactor devel
This commit is contained in:
parent
e11521e176
commit
44d33de97e
3 changed files with 21 additions and 22 deletions
18
home/devel.nix
Normal file
18
home/devel.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
{ config, pkgs, inputs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
bundler
|
||||||
|
bundix
|
||||||
|
nodejs
|
||||||
|
yarn-berry
|
||||||
|
duckdb
|
||||||
|
tippecanoe
|
||||||
|
pmtiles
|
||||||
|
];
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./r.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue