diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-07-25 20:26:11 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-07-25 20:26:11 -0700 |
| commit | ecec5136f63d32862a42117c957f1f5bab65d13b (patch) | |
| tree | 8569ae3b4b666505586ac716c98e3d9810a119b0 /users/kassouni/home.nix | |
| parent | 2f815bb8fbf9397c92f0d88b80dd83c6ef5698b7 (diff) | |
rofi theming, command palette
Diffstat (limited to 'users/kassouni/home.nix')
| -rw-r--r-- | users/kassouni/home.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/kassouni/home.nix b/users/kassouni/home.nix index 027a9e3..cfbd86b 100644 --- a/users/kassouni/home.nix +++ b/users/kassouni/home.nix @@ -8,6 +8,7 @@ imports = [ ./neovim.nix ./fuzzel.nix + ./rofi.nix ./ssh.nix ./ayu.nix ./git.nix @@ -17,6 +18,7 @@ ./cursor.nix ./bash.nix ./scripts + ./palette ]; xmonad-config = { @@ -26,6 +28,7 @@ url = "https://i.redd.it/p5flk9uzzxxz.jpg"; sha256 = "1qcl6yh6l24sz3qprj3iyzinj3lyh3c426i6zwambwg816yg3bxs"; }; + xmobar.font = config.theme.font; }; home.sessionVariables = { @@ -48,7 +51,6 @@ claude-code tldr curl - rofi _1password-gui opencode spotify |
