mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
Noctalia used as the desktop shell
This commit is contained in:
parent
fa60f8c87e
commit
dbb0caba4b
10 changed files with 157 additions and 157 deletions
|
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
userVars,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home-manager.users."${userVars.username}" = {
|
||||
services.fnott = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
title-font = "JetBrainsMono Nerd Font:size=11";
|
||||
summary-font = "JetBrainsMono Nerd Font:size=11";
|
||||
body-font = "JetBrainsMono Nerd Font:size=11";
|
||||
background = "1a1a24e0";
|
||||
border-color = "b085f5ff";
|
||||
border-size = 2;
|
||||
min-width = 450;
|
||||
progress-bar-height = 14;
|
||||
progress-color = "b085f5cc";
|
||||
padding-vertical = 12;
|
||||
padding-horizontal = 16;
|
||||
summary-color = "ffffffff";
|
||||
body-color = "e0e0e0ff";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue