update gnome config, add ghostty, last commit of v1

This commit is contained in:
Jo 2025-01-09 17:48:09 +01:00
parent 84bfdec3f2
commit 5087472710
10 changed files with 348 additions and 156 deletions

View file

@ -11,7 +11,7 @@ in {
options.${namespace}.common.bluetooth = { enable = mkEnableOption "Enable bluetooth support on your current system"; };
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ bluez blueman ];
environment.systemPackages = with pkgs; [ bluez ];
hardware.bluetooth = {
enable = true;