forked from foxora/nix
init
This commit is contained in:
commit
a07bd5fd9b
66 changed files with 6115 additions and 0 deletions
17
homes/modules/de/rofi/rofi.nix
Normal file
17
homes/modules/de/rofi/rofi.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, inputs, pkgs, ... }:
|
||||
let
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
|
||||
font = "DepartureMono Nerd Font Mono 10";
|
||||
theme = ./theme.rasi;
|
||||
|
||||
extraConfig = {
|
||||
#kb-row-up = "Up,Control+k";
|
||||
#kb-row-down = "Down,Control+j";
|
||||
};
|
||||
};
|
||||
}
|
||||
0
homes/modules/de/rofi/theme.rasi
Normal file
0
homes/modules/de/rofi/theme.rasi
Normal file
Loading…
Add table
Add a link
Reference in a new issue