Reinitialized repo after massive overhaul
This commit is contained in:
23
home/programs/rofi/flake.nix
Normal file
23
home/programs/rofi/flake.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
description = "Rofi Config";
|
||||
|
||||
inputs = {
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
hmModule = { config, lib, pkgs, ... }: {
|
||||
programs.rofi = {
|
||||
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
|
||||
cycle = true;
|
||||
|
||||
theme = "/home/nathan/.cache/wal/colors-rofi-dark.rasi";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user