about summary refs log tree commit diff
path: root/nix/configuration.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-08-30 15:47:32 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-08-30 15:47:32 +0900
commit95c2061fcccd276c6362ae69eac4dea01cbd4e54 (patch)
treeadeb95fd8eee15447d8dcef19a57f0d048d80d28 /nix/configuration.nix
parent1aaf8850986e1199b1830ee2b754c329dc179f04 (diff)
downloaddotfiles-95c2061fcccd276c6362ae69eac4dea01cbd4e54.tar.gz
Install stuff for work
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r--nix/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix
index 2dff2e4..b346b63 100644
--- a/nix/configuration.nix
+++ b/nix/configuration.nix
@@ -74,7 +74,7 @@
     compsize cryptsetup htop-vim inotify-tools killall rsync unzip zip
     oathToolkit isync stow tor w3m wget yt-dlp
     imv mpv pavucontrol sent yacreader
-    ffmpeg gimp imagemagick inkscape mkvtoolnix pdftk simplescreenrecorder sox
+    ffmpeg gimp imagemagick mkvtoolnix mediainfo pdftk simplescreenrecorder sox
   ];
 
   programs.iotop.enable = true;
@@ -107,5 +107,5 @@
   # this value at the release version of the first install of this system.
   # Before changing this value read the documentation for this option
   # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
-  system.stateVersion = "21.05"; # Did you read the comment?
+  system.stateVersion = "22.05"; # Did you read the comment?
 }