mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-06 03:58:09 +02:00
Added rofi customization
This commit is contained in:
parent
83536c7078
commit
cb683f0b79
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue