build please?
This commit is contained in:
@@ -1,23 +1,10 @@
|
||||
{
|
||||
description = "Rofi Config";
|
||||
description = "Rofi Config";
|
||||
|
||||
inputs = {
|
||||
outputs = { self, ... }: {
|
||||
|
||||
};
|
||||
hmModule = import ./.;
|
||||
|
||||
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