adds ghostty
This commit is contained in:
@ -6,5 +6,6 @@
|
||||
./flatpak.nix
|
||||
./steam.nix
|
||||
./hyprland.nix
|
||||
./ghostty.nix
|
||||
];
|
||||
}
|
||||
|
6
config/nixos/packages/workstation/ghostty.nix
Normal file
6
config/nixos/packages/workstation/ghostty.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ ghostty, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
ghostty.packages.x86_64-linux.default
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user