Home Gen141 @ 2024-04-28-18:46
This commit is contained in:
parent
9616c1bc78
commit
d3a4442662
@ -9,6 +9,7 @@
|
|||||||
./firefox.nix
|
./firefox.nix
|
||||||
./hyprland
|
./hyprland
|
||||||
./kitty
|
./kitty
|
||||||
|
./rofi
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./themes/gtk
|
./themes/gtk
|
||||||
./themes/qt
|
./themes/qt
|
||||||
|
|||||||
6
home/jonas/rofi/config.nix
Normal file
6
home/jonas/rofi/config.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{config, ...}: {
|
||||||
|
programs.rofi = {
|
||||||
|
location = "left";
|
||||||
|
theme = "sidebar by Qball";
|
||||||
|
};
|
||||||
|
}
|
||||||
6
home/jonas/rofi/default.nix
Normal file
6
home/jonas/rofi/default.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{...}: {
|
||||||
|
imports = [
|
||||||
|
./config.nix
|
||||||
|
./rofi.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
3
home/jonas/rofi/rofi.nix
Normal file
3
home/jonas/rofi/rofi.nix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{...}: {
|
||||||
|
programs.rofi.enable = true;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user