removing ghostty from nixos modules
This commit is contained in:
@@ -74,7 +74,6 @@
|
||||
./nixos/programs/fish
|
||||
./nixos/programs/gamemode
|
||||
./nixos/programs/gamescope
|
||||
./nixos/programs/ghostty
|
||||
./nixos/programs/gimp
|
||||
./nixos/programs/gnome
|
||||
./nixos/programs/hyprland
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf mkEnableOption;
|
||||
cfg = config.nixos.programs.ghostty;
|
||||
in {
|
||||
options = {
|
||||
nixos.programs.ghostty.enable = mkEnableOption "Enables ghostty";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [inputs.ghostty.packages.x86_64-linux.default];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user