Added rofi customization

This commit is contained in:
Julien Malka 2023-02-05 00:20:39 +01:00
parent 83536c7078
commit cb683f0b79
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -27,6 +27,15 @@
luj.programs.alacritty.enable = true;
luj.programs.sway.enable = true;
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
font = "Fira Font";
theme = "DarkBlue";
};
home.pointerCursor = {
name = "Adwaita";
package = pkgs.gnome.adwaita-icon-theme;
@ -39,7 +48,6 @@
home.packages = with pkgs;
[
unstable.rofi
fira-code
unstable.firefox
feh