mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
add a new wallpaper, add nixgl wrapper for ghostty
This commit is contained in:
parent
01c25a82c8
commit
762261c9cc
4 changed files with 108 additions and 39 deletions
|
|
@ -6,9 +6,10 @@
|
|||
}:
|
||||
{
|
||||
stylix.targets.ghostty.enable = true;
|
||||
nixGL.packages = inputs.nixGL.packages;
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package = inputs.ghostty.packages.${pkgs.system}.ghostty;
|
||||
package = config.lib.nixGL.wrap inputs.ghostty.packages.${pkgs.system}.ghostty;
|
||||
settings = {
|
||||
font-family = [
|
||||
"Symbols Nerd Font"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue