From 4b8adb4594798777b744d67735395a2f3ebaaa10 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 18 Jun 2023 17:30:37 +0900 Subject: Update installed applications on laptop and launchers --- nix/configuration.nix | 3 +-- nix/devel.nix | 8 ++++---- nix/games.nix | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'nix') diff --git a/nix/configuration.nix b/nix/configuration.nix index e77fc68..83e0682 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -144,8 +144,7 @@ oathToolkit isync stow tor w3m wget yt-dlp imv mpv pavucontrol sent yacreader ffmpeg mkvtoolnix mediainfo simplescreenrecorder sox - # darktable - gimp imagemagick pdftk + darktable gimp imagemagick pdftk ]; wordlist.enable = true; }; diff --git a/nix/devel.nix b/nix/devel.nix index a74ad73..28311f8 100644 --- a/nix/devel.nix +++ b/nix/devel.nix @@ -2,15 +2,15 @@ { environment.systemPackages = with pkgs; [ - bat fd jq ripgrep vim_configurable vimpager-latest - exa gitAndTools.gitFull minicom man-pages man-pages-posix rlwrap - gcc go guile_3_0 lua rakudo zig + bat comma fd jq ripgrep vim_configurable bintools gdb gnumake pkg-config + exa gitAndTools.gitFull minicom rlwrap + gcc go guile_3_0 lua rakudo zig + man-pages man-pages-posix stdman texlive.combined.scheme-full (python3.withPackages (pypkgs: with pypkgs; [ flit rsskey ])) ]; - programs.mtr.enable = true; programs.gnupg.agent = { enable = true; enableSSHSupport = true; diff --git a/nix/games.nix b/nix/games.nix index 827631d..7b90d75 100644 --- a/nix/games.nix +++ b/nix/games.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ - _20kly hedgewars scorched3d zeroad # strategy + _20kly hedgewars scorched3d # strategy astromenace chromium-bsu # scrolling taisei # shmup bastet moon-buggy n2048 ttyper # text -- cgit 1.4.1