Set rofi theme to material
This commit is contained in:
1
home.nix
1
home.nix
@@ -13,6 +13,7 @@
|
|||||||
./programs/zsh.nix
|
./programs/zsh.nix
|
||||||
./programs/direnv.nix
|
./programs/direnv.nix
|
||||||
./programs/firefox.nix
|
./programs/firefox.nix
|
||||||
|
./wm/rofi.nix
|
||||||
./wm/cursor.nix
|
./wm/cursor.nix
|
||||||
./wm/dconf.nix
|
./wm/dconf.nix
|
||||||
./wm/gtk.nix
|
./wm/gtk.nix
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
rofi
|
|
||||||
bzmenu
|
bzmenu
|
||||||
hyprshot
|
hyprshot
|
||||||
hyprlock
|
hyprlock
|
||||||
|
|||||||
9
wm/rofi.nix
Normal file
9
wm/rofi.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.rofi = {
|
||||||
|
enable = true;
|
||||||
|
theme = "material";
|
||||||
|
terminal = "${pkgs.kitty}/bin/kitty";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user