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
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