update nvidia driver, install ghostty and other things
This commit is contained in:
parent
9a525dadfc
commit
19ef41633b
11 changed files with 319 additions and 166 deletions
19
users/home-manager/ghostty/config/config
Normal file
19
users/home-manager/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
users/home-manager/ghostty/default.nix
Normal file
9
users/home-manager/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