diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/configuration.nix | 3 | ||||
-rw-r--r-- | nix/devel.nix | 8 | ||||
-rw-r--r-- | nix/games.nix | 2 |
3 files changed, 6 insertions, 7 deletions
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 |