mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
some flake magic or something
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ lib, ... }:
|
||||
{ lib, isNixOS, ... }:
|
||||
|
||||
{
|
||||
programs.kitty = lib.mkForce {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
package = null;
|
||||
package = lib.mkIf (!isNixOS) null;
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
dynamic_background_opacity = true;
|
||||
|
||||
Reference in New Issue
Block a user