From 39ad889f9bcc01c30c554f1ebbb953e1d232b98a Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 21 Jan 2022 23:42:03 +0700 Subject: Update environment --- nix/awesome.nix | 4 ++-- nix/configuration.nix | 2 +- nix/games.nix | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'nix') diff --git a/nix/awesome.nix b/nix/awesome.nix index 4116405..c9bde99 100644 --- a/nix/awesome.nix +++ b/nix/awesome.nix @@ -34,11 +34,11 @@ }; environment.systemPackages = with pkgs; [ - gnome.adwaita-icon-theme gnome.networkmanagerapplet qt5ct + gnome.adwaita-icon-theme networkmanagerapplet qt5ct clipbuzz keynav playerctl pulsemixer xclip xdotool xorg.xkill aerc amfora ncdu ranger ueberzug rxvt-unicode vim_configurable arandr audacious keepassx-community liferea scrot zathura - firefox libreoffice mumble nheko tor-browser-bundle-bin transmission-gtk + dino firefox libreoffice mepo nheko tor-browser-bundle-bin transmission-gtk ]; hardware.brillo.enable = true; diff --git a/nix/configuration.nix b/nix/configuration.nix index e9c6e31..3317930 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -67,7 +67,7 @@ compsize cryptsetup htop inotify-tools killall rsync unzip oathToolkit isync stow tor w3m wget yt-dlp mpv pavucontrol sent vimiv-qt yacreader - ffmpeg gifski gimp imagemagick inkscape pdftk simplescreenrecorder sox + ffmpeg gimp imagemagick inkscape mkvtoolnix pdftk simplescreenrecorder sox ]; programs.iotop.enable = true; diff --git a/nix/games.nix b/nix/games.nix index d441078..63e3ccf 100644 --- a/nix/games.nix +++ b/nix/games.nix @@ -6,8 +6,7 @@ astromenace chromium-bsu # scrolling azimuth cdogs-sdl taisei # shmup bastet moon-buggy n2048 # text - # blackshades redeclipse warsow xonotic-glx # fps - redeclipse xonotic-glx + blackshades redeclipse xonotic-glx blobwars openclonk sienna superTux # platformer bonzomatic love # engine extremetuxracer gl117 gltron superTuxKart # vehicle @@ -17,6 +16,6 @@ (steam.override { nativeOnly = true; extraPkgs = pkgs: [ SDL2_net ]; - }).run gnome.gtk # launcher + }).run # launcher ]; } -- cgit 1.4.1