Restructure to use flakes
This commit is contained in:
12
home/rofi.nix
Normal file
12
home/rofi.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ ... }: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
# font = "Roboto Mono 14";
|
||||
extraConfig = {
|
||||
window-format = "{w} {t}";
|
||||
matching = "fuzzy";
|
||||
line-padding = "15";
|
||||
line-margin = "0";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user