fix bar on ubuntu

This commit is contained in:
Cyryl Płotnicki 2020-04-18 14:40:52 +01:00
parent 0bf816ab79
commit 2e6f1b0fce
3 changed files with 2 additions and 2 deletions

View file

@ -21,6 +21,7 @@ in
}; };
news.display = "show"; news.display = "show";
home.file.".config/i3/status.toml".source = ~/dev/dotfiles/.config/i3/status-double-bat.toml;
imports = [ imports = [
./programs/tmux.nix ./programs/tmux.nix

View file

@ -24,7 +24,6 @@
services.redshift.enable = true; services.redshift.enable = true;
services.redshift.provider = "geoclue2"; services.redshift.provider = "geoclue2";
home.file.".config/i3/status.toml".source = ~/dev/dotfiles/.config/i3/status-double-bat.toml;
xsession = { xsession = {
enable = true; enable = true;
}; };

View file

@ -5,7 +5,7 @@ set -v
sudo apt update sudo apt update
sudo apt -y upgrade sudo apt -y upgrade
sudo apt -y --fix-missing install apt-file aptitude git curl flatpak i3 sudo apt -y --fix-missing install apt-file aptitude git curl flatpak i3 fonts-font-awesome
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo