try using i3 on ubuntu
This commit is contained in:
parent
a777b9f176
commit
596516b4ee
2 changed files with 2 additions and 0 deletions
|
@ -28,5 +28,6 @@ in
|
|||
./programs.nix
|
||||
./links.nix
|
||||
./cli.nix
|
||||
./i3/home.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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue