build a brandnew architecture for configurations.
This commit is contained in:
parent
08aacf8c0d
commit
6dbbce42cf
43 changed files with 425 additions and 643 deletions
19
home/david/configurations/Tytonidae/ghostty/config/config
Normal file
19
home/david/configurations/Tytonidae/ghostty/config/config
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
font-family = FiraCode Nerd Font
|
||||
font-feature = "calt=1"
|
||||
font-feature = "clig=1"
|
||||
font-feature = "liga=1"
|
||||
font-feature = "cv01"
|
||||
font-feature = "cv02"
|
||||
font-feature = "cv06"
|
||||
font-feature = "zero"
|
||||
font-feature = "onum"
|
||||
font-feature = "cv17"
|
||||
font-feature = "ss05"
|
||||
font-feature = "ss03"
|
||||
font-feature = "cv16"
|
||||
font-feature = "cv31"
|
||||
font-feature = "cv29"
|
||||
font-feature = "cv30"
|
||||
font-size = 17
|
||||
theme = ayu
|
||||
background-opacity = 0.8
|
||||
9
home/david/configurations/Tytonidae/ghostty/default.nix
Normal file
9
home/david/configurations/Tytonidae/ghostty/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
xdg.configFile."ghostty/config" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink ./config/config;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue