diff --git a/nixos/home.nix b/nixos/home.nix index d9bf1867..409d28ef 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -14,7 +14,7 @@ in }; }; home.packages = with pkgs; [ - cabal-install stack + cabal-install stack hsetroot wirelesstools ranger xpdf apvlv unstable.xidlehook blueman fontconfig nodejs rustup gcc gdb steam binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy diff --git a/nixos/i3.nix b/nixos/i3.nix index cecec02c..c25b7bf0 100644 --- a/nixos/i3.nix +++ b/nixos/i3.nix @@ -9,6 +9,7 @@ in package = pkgs.i3-gaps; config = { startup = [ + { command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; } { command = "exec setxkbmap -layout pl"; always = true; notification = false; } { command = "exec autorandr -c"; always = true; notification = false; } { command = "exec i3-sensible-terminal"; always = false; notification = false; }