mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-27 14:34:22 -04:00
194 current 2024-07-05 15:24:10 24.11.20240703.9f4128e 6.9.7-zen1 *
This commit is contained in:
parent
43d1de2409
commit
6866ceedc1
5 changed files with 86 additions and 68 deletions
|
@ -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
13
common/services.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -14,6 +14,7 @@
|
|||
};
|
||||
common = {
|
||||
env = {
|
||||
LG_CONFIG_FILE = "./config/lazygit/tokyonight_night.conf";
|
||||
BAT_THEME = "Dracula";
|
||||
EDITOR = "nvim";
|
||||
MANPAGER = "nvim +Man!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue