Cleanup home-manager modules
This commit is contained in:
parent
6a00933db4
commit
c1d2701998
72 changed files with 551 additions and 580 deletions
|
|
@ -1,24 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
# location = "center";
|
||||
# font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
|
||||
# extraConfig = {
|
||||
# modi = "drun,emoji,run,ssh,window";
|
||||
# };
|
||||
# theme = ../configs/rofi/nord.rasi;
|
||||
};
|
||||
|
||||
xdg.configFile."rofi/config.rasi".text = ''
|
||||
configuration {
|
||||
font: "${pkgs.rice.font.monospace.name} 12";
|
||||
location: 0;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
modi: "drun,run,ssh,window";
|
||||
}
|
||||
|
||||
@theme "nord"
|
||||
'';
|
||||
xdg.configFile."rofi/nord.rasi".source = ../configs/rofi/nord.rasi;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue