rework services & alacritty
move back to alacritty and install various services
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
{
|
||||
imports = [
|
||||
./cursor.nix
|
||||
./fnott.nix
|
||||
./gtk.nix
|
||||
./hyprlock.nix
|
||||
./nvim.nix
|
||||
@@ -17,18 +18,18 @@
|
||||
flavor = "mocha";
|
||||
accent = "pink";
|
||||
|
||||
alacritty.enable = true;
|
||||
anki.enable = true;
|
||||
dunst.enable = true;
|
||||
element-desktop.enable = true;
|
||||
firefox.enable = true;
|
||||
fzf.enable = true;
|
||||
imv.enable = true;
|
||||
kitty.enable = true;
|
||||
lazygit.enable = true;
|
||||
rofi.enable = true;
|
||||
spotify-player.enable = true;
|
||||
thunderbird.enable = true;
|
||||
vscode.profiles.default.enable = true;
|
||||
yazi.enable = true;
|
||||
zathura.enable = true;
|
||||
zsh-syntax-highlighting.enable = true;
|
||||
};
|
||||
|
||||
16
home/themes/catppuccin/fnott.nix
Normal file
16
home/themes/catppuccin/fnott.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.fnott.settings = {
|
||||
main = {
|
||||
notification-margin = 5;
|
||||
title-color = "a6adc8ff";
|
||||
summary-color = "cdd6f4ff";
|
||||
body-color = "cdd6f4ff";
|
||||
background = "1e1e2eff";
|
||||
border-color = "89b4faff";
|
||||
progress-bar-color = "6c7086ff";
|
||||
};
|
||||
critical.border-color = "fab387ff";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user