Home Gen141 @ 2024-04-28-18:46
This commit is contained in:
parent
9616c1bc78
commit
d3a4442662
@ -9,6 +9,7 @@
|
||||
./firefox.nix
|
||||
./hyprland
|
||||
./kitty
|
||||
./rofi
|
||||
./ssh.nix
|
||||
./themes/gtk
|
||||
./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