mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
added back simple desktop stack as alternatives
This commit is contained in:
parent
febd23355d
commit
552ae67f6a
9 changed files with 153 additions and 2 deletions
29
modules/fnott.nix
Normal file
29
modules/fnott.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
userVars,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home-manager.users."${userVars.username}" = {
|
||||
services.fnott = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
background = "1e1e2eff";
|
||||
border-color = "89b4faff";
|
||||
border-size = 2;
|
||||
border-radius = 4;
|
||||
title-font = "JetBrainsMono Nerd Font:size=13:weight=bold";
|
||||
title-color = "cdd6f4ff";
|
||||
summary-font = "JetBrainsMono Nerd Font:size=13";
|
||||
summary-color = "cdd6f4ff";
|
||||
body-font = "JetBrainsMono Nerd Font:size=13";
|
||||
body-color = "cdd6f4ff";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue