From 596516b4ee1819dec319687977c0dd984f936b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 17 Apr 2020 23:02:45 +0100 Subject: [PATCH] try using i3 on ubuntu --- nixos/home-other-os.nix | 1 + nixos/programs/zsh.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/nixos/home-other-os.nix b/nixos/home-other-os.nix index 85815ab6..2d354fa4 100644 --- a/nixos/home-other-os.nix +++ b/nixos/home-other-os.nix @@ -28,5 +28,6 @@ in ./programs.nix ./links.nix ./cli.nix + ./i3/home.nix ]; } diff --git a/nixos/programs/zsh.nix b/nixos/programs/zsh.nix index 5819ce8e..3d3cc778 100644 --- a/nixos/programs/zsh.nix +++ b/nixos/programs/zsh.nix @@ -52,6 +52,7 @@ export NIX_PATH="$HOME/.nix-defexpr/channels:$NIX_PATH" export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" + polybar -r main_bar & echo "non-nixos patches loaded" fi '';