pushing for review
This commit is contained in:
parent
786ca732aa
commit
dd67b2592c
72 changed files with 1142 additions and 1447 deletions
11
nixosModules/home_manager/rofi.nix
Normal file
11
nixosModules/home_manager/rofi.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, config, lib, ...}:
|
||||
{
|
||||
options.speccon18.home_manager.rofi.enable = lib.mkEnableOption "enable specs custom rofi config for hyprland";
|
||||
config = lib.mkIf config.speccon18.home_manager.rofi.enable {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
theme = "android_notification";
|
||||
location = "top-left";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue