From 931b1872b2f54334e3a35b05c591492cf998847d Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 10 Mar 2022 15:40:27 +0900 Subject: Improve time management --- nix/awesome.nix | 7 ++++--- nix/configuration.nix | 5 +++++ nix/devel.nix | 2 +- nix/games.nix | 8 ++------ 4 files changed, 12 insertions(+), 10 deletions(-) (limited to 'nix') diff --git a/nix/awesome.nix b/nix/awesome.nix index f46f4e6..9cc0076 100644 --- a/nix/awesome.nix +++ b/nix/awesome.nix @@ -39,9 +39,10 @@ environment.systemPackages = with pkgs; [ gnome.adwaita-icon-theme networkmanagerapplet qt5ct clipbuzz keynav playerctl pulsemixer xclip xdotool xorg.xkill - aerc amfora calcurse dante ncdu ranger ueberzug vim_configurable - arandr audacious keepassx-community liferea scrot rxvt-unicode zathura - firefox gajim libreoffice mepo nheko tor-browser-bundle-bin transmission-gtk + aerc amfora calcurse dante khard ncdu ranger ueberzug vim_configurable + arandr audacious keepassx liferea scrot rxvt-unicode zathura + firefox gajim libreoffice mepo nheko tor-browser-bundle-bin + nextcloud-client transmission-gtk ]; hardware.brillo.enable = true; diff --git a/nix/configuration.nix b/nix/configuration.nix index c80e89e..f81fccb 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -29,6 +29,11 @@ networking = { hostName = "nix"; nameservers = [ "9.9.9.11" "149.112.112.11" ]; + extraHosts = '' + 0.0.0.0 9gag.com + 0.0.0.0 old.reddit.com + 0.0.0.0 soap2day.md + ''; networkmanager.enable = true; # The global useDHCP flag is deprecated, therefore explicitly set diff --git a/nix/devel.nix b/nix/devel.nix index b7321a9..d819def 100644 --- a/nix/devel.nix +++ b/nix/devel.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ - exa fd gitAndTools.gitFull glow jq kvm minicom manpages ripgrep rlwrap + exa fd gitAndTools.gitFull glow jq minicom man-pages ripgrep rlwrap gcc lua python3 rakudo zig bintools gdb gnumake luaPackages.luacheck mypy pkg-config plantuml texlive.combined.scheme-full diff --git a/nix/games.nix b/nix/games.nix index 63e3ccf..958a3df 100644 --- a/nix/games.nix +++ b/nix/games.nix @@ -6,16 +6,12 @@ astromenace chromium-bsu # scrolling azimuth cdogs-sdl taisei # shmup bastet moon-buggy n2048 # text - blackshades redeclipse xonotic-glx + blackshades redeclipse xonotic-glx # fps blobwars openclonk sienna superTux # platformer - bonzomatic love # engine + bonzomatic # engine extremetuxracer gl117 gltron superTuxKart # vehicle flare freedroidrpg hyperrogue # slash frozen-bubble gnujump gtetrinet pinball xbill # coffeebreak neverball orthorobot # puzzle - (steam.override { - nativeOnly = true; - extraPkgs = pkgs: [ SDL2_net ]; - }).run # launcher ]; } -- cgit 1.4.1