mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 21:26:13 +01:00
rofi themed
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
./git.nix
|
||||
./zsh
|
||||
];
|
||||
# home.packages = with pkgs; [];
|
||||
home.packages = with pkgs; [
|
||||
killall
|
||||
];
|
||||
}
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
}: {
|
||||
imports = [
|
||||
./picom.nix
|
||||
./rofi.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rofi
|
||||
dmenu
|
||||
st
|
||||
dunst
|
||||
|
||||
15
home-manager/features/desktop/dwm/rofi.nix
Normal file
15
home-manager/features/desktop/dwm/rofi.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
rofi-calc
|
||||
];
|
||||
location = "center";
|
||||
theme = "gruvbox-dark-soft";
|
||||
};
|
||||
}
|
||||
@@ -82,7 +82,6 @@
|
||||
kitty-themes
|
||||
|
||||
# > tools <
|
||||
rofi
|
||||
git
|
||||
wget
|
||||
eza
|
||||
|
||||
Reference in New Issue
Block a user