diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-01-21 23:42:03 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-01-21 23:42:03 +0700 |
commit | 39ad889f9bcc01c30c554f1ebbb953e1d232b98a (patch) | |
tree | 756a8a35b68e258f4132f8853ab22b2708798f9b /nix | |
parent | 76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5 (diff) | |
download | dotfiles-39ad889f9bcc01c30c554f1ebbb953e1d232b98a.tar.gz |
Update environment
Diffstat (limited to 'nix')
-rw-r--r-- | nix/awesome.nix | 4 | ||||
-rw-r--r-- | nix/configuration.nix | 2 | ||||
-rw-r--r-- | nix/games.nix | 5 |
3 files changed, 5 insertions, 6 deletions
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 ]; } |