move ashell config to nix

This commit is contained in:
2026-02-21 20:18:35 +01:00
parent b614d6e04d
commit cbb7852387
3 changed files with 75 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
{ pkgs, lib, ... }:
{ lib, ... }:
{
programs.kitty = lib.mkForce {
enable = true;
package = pkgs.runCommand "dummy-kitty" { } "mkdir $out";
package = null;
settings = {
confirm_os_window_close = 0;
dynamic_background_opacity = true;