Version 0.1.0
This commit is contained in:
20
home-manager/20_rofi/01_config.nix
Normal file
20
home-manager/20_rofi/01_config.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.file.".config/rofi/config.rasi".text = ''
|
||||
/* ── Rofi Config ──────────────────────────────
|
||||
Location: ~/.config/rofi/config.rasi
|
||||
Description: Basic configuration + theme import
|
||||
─────────────────────────────────────────── */
|
||||
|
||||
configuration {
|
||||
modi: "drun,run"; // Available modes
|
||||
show-icons: true; // Show app icons
|
||||
font: "JetBrainsMono Nerd Font 12"; // Global font
|
||||
}
|
||||
|
||||
/* Import active theme */
|
||||
@theme "~/.config/rofi/theme.rasi"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user