diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/default.nix | 4 | ||||
| -rw-r--r-- | home/path.nix | 2 | ||||
| -rw-r--r-- | home/zshrc.nix | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index f254899..131d8f9 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,4 +1,4 @@ -{ self, nixpkgs, nur }: +{ self, nixpkgs, nixpkgsUnstable, nur }: { lib, config, pkgs, ... }: with lib; { imports = [ ./unfree.nix ]; @@ -12,6 +12,7 @@ with lib; { nix.registry = { "nixpkgs".flake = nixpkgs; + "nixpkgsUnstable".flake = nixpkgsUnstable; "nur".flake = nur; "system".to = { @@ -187,6 +188,7 @@ with lib; { set -g renumber-windows on set -sa terminal-overrides ',xterm-termite:RGB' set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,} %H:%M %d-%b-%y" + bind-key X set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}" ''; }; }; diff --git a/home/path.nix b/home/path.nix index d13f8d1..5245bcc 100644 --- a/home/path.nix +++ b/home/path.nix @@ -8,6 +8,7 @@ in [ pkgs.gnome.gnome-screenshot pkgs.gpicview pkgs.hack-font + pkgs.i3-gaps py.ipython pkgs.jq pkgs.keepassxc @@ -31,6 +32,7 @@ in [ pkgs.tree pkgs.units pkgs.unzip + pkgs.wget pkgs.xsel pkgs.zip ] diff --git a/home/zshrc.nix b/home/zshrc.nix index 85cdc95..704ef0e 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -22,7 +22,7 @@ } function shenv() { - nix shell 'system#shenvs.'"$1" + NIXPKGS_ALLOW_UNFREE=1 nix shell --impure 'system#shenvs.'"$1" } function xseli() { |
