moves various things to home manager
All checks were successful
Nix Format Check / check-format (push) Successful in 1m4s
All checks were successful
Nix Format Check / check-format (push) Successful in 1m4s
This commit is contained in:
6
config/home-manager/packages/workstation/ghostty.nix
Normal file
6
config/home-manager/packages/workstation/ghostty.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ghostty, pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
ghostty.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user