Modularise firefox and rofi

This commit is contained in:
marc
2022-11-19 16:43:28 +01:00
parent 4fc20b6d4f
commit 2d20a13d7d
6 changed files with 36 additions and 2 deletions

View File

@@ -28,8 +28,6 @@ in
brightnessctl
playerctl
feh
rofi
firefox
] ++ optionals cfg.laptop laptopPkgs;
# - Audio ------------------------------------
@@ -51,8 +49,12 @@ in
# - Modules ----------------------------------
samfelag.modules = {
# Basic
app.alacritty.enable = true;
desktop.polybar.enable = true;
desktop.rofi.enable = true;
desktop.i3 = {
enable = true;
laptop = cfg.laptop;
@@ -60,6 +62,7 @@ in
terminal.command = "${pkgs.alacritty}/bin/alacritty";
browser.command = "${pkgs.firefox}/bin/firefox";
locker.command = "${pkgs.i3lock-blur}/bin/i3lock-color -c 808F85 && sleep 1";
app.firefox.enable = true;
};
};