Added polybar
This commit is contained in:
@@ -21,11 +21,15 @@ in
|
||||
# - Dependencies -----------------------------
|
||||
|
||||
samfelag.modules = {
|
||||
desktop.i3 = {
|
||||
enable = true;
|
||||
launcher.command = "${pkgs.rofi}/bin/rofi rofi -show run";
|
||||
terminal.command = "${pkgs.alacritty}/bin/alacritty";
|
||||
browser.command = "${pkgs.firefox}/bin/firefox";
|
||||
desktop = {
|
||||
i3 = {
|
||||
enable = true;
|
||||
launcher.command = "${pkgs.rofi}/bin/rofi rofi -show run";
|
||||
terminal.command = "${pkgs.alacritty}/bin/alacritty";
|
||||
browser.command = "${pkgs.firefox}/bin/firefox";
|
||||
};
|
||||
|
||||
polybar.enable = true;
|
||||
};
|
||||
|
||||
app.alacritty.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user