fix bar on ubuntu
This commit is contained in:
parent
0bf816ab79
commit
2e6f1b0fce
3 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,7 @@ in
|
|||
};
|
||||
|
||||
news.display = "show";
|
||||
home.file.".config/i3/status.toml".source = ~/dev/dotfiles/.config/i3/status-double-bat.toml;
|
||||
|
||||
imports = [
|
||||
./programs/tmux.nix
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
services.redshift.enable = true;
|
||||
services.redshift.provider = "geoclue2";
|
||||
|
||||
home.file.".config/i3/status.toml".source = ~/dev/dotfiles/.config/i3/status-double-bat.toml;
|
||||
xsession = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -5,7 +5,7 @@ set -v
|
|||
|
||||
sudo apt update
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue