mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:56:11 +01:00
last migration from old nix config
This commit is contained in:
8
home/system/rofi.nix
Normal file
8
home/system/rofi.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ lib, pkgs, ... }: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
location = "center";
|
||||
theme = lib.mkForce ../configs/rose-pine.rasi;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user