mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 18:46:11 +01:00
rofi themed
This commit is contained in:
@@ -4,5 +4,7 @@
|
|||||||
./git.nix
|
./git.nix
|
||||||
./zsh
|
./zsh
|
||||||
];
|
];
|
||||||
# home.packages = with pkgs; [];
|
home.packages = with pkgs; [
|
||||||
|
killall
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./picom.nix
|
./picom.nix
|
||||||
|
./rofi.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
rofi
|
|
||||||
dmenu
|
dmenu
|
||||||
st
|
st
|
||||||
dunst
|
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
|
kitty-themes
|
||||||
|
|
||||||
# > tools <
|
# > tools <
|
||||||
rofi
|
|
||||||
git
|
git
|
||||||
wget
|
wget
|
||||||
eza
|
eza
|
||||||
|
|||||||
Reference in New Issue
Block a user