194 current 2024-07-05 15:24:10 24.11.20240703.9f4128e 6.9.7-zen1 *

This commit is contained in:
sadan 2024-07-05 15:24:14 -04:00
parent 43d1de2409
commit 6866ceedc1
No known key found for this signature in database
5 changed files with 86 additions and 68 deletions

View file

@ -1,4 +1,9 @@
{ config }: rec{
lazygit = {
recursive = true;
source = ../dotfiles/lazygit;
target = "./.config/lazygit";
};
kitty = {
recursive = true;
source = ../dotfiles/kitty;

13
common/services.nix Normal file
View file

@ -0,0 +1,13 @@
{ pkgs, config }: {
polychromatic = {
Unit = {
Description = "razer chroma applet/daemon";
};
Install = {
WantedBy = [ "default.target" ];
};
Service = {
ExecStart = "${pkgs.polychromatic}/bin/polychromatic-tray-applet";
};
};
}

View file

@ -14,6 +14,7 @@
};
common = {
env = {
LG_CONFIG_FILE = "./config/lazygit/tokyonight_night.conf";
BAT_THEME = "Dracula";
EDITOR = "nvim";
MANPAGER = "nvim +Man!";