diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-06-18 17:30:37 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-06-18 17:40:34 +0900 |
commit | 4b8adb4594798777b744d67735395a2f3ebaaa10 (patch) | |
tree | 6d089aa5001d2472fa6c992b709a4957fef6818e /nix | |
parent | 2ef32b05c8ba937aec26b59fb1c8e07a56baa7be (diff) | |
download | dotfiles-4b8adb4594798777b744d67735395a2f3ebaaa10.tar.gz |
Update installed applications on laptop and launchers
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 |