fix build err

This commit is contained in:
Kopatz
2024-05-21 09:25:24 +02:00
parent 6f5564528e
commit 9efc303c96
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, inputs, ...}: { config, pkgs, inputs, lib, ...}:
{ {
programs.kitty = { programs.kitty = {
enable = true; enable = true;
@@ -11,7 +11,7 @@
#inactive_tab_foreground = "#${config.colorScheme.colors.base05}"; #inactive_tab_foreground = "#${config.colorScheme.colors.base05}";
#inactive_tab_background = "#${config.colorScheme.colors.base00}"; #inactive_tab_background = "#${config.colorScheme.colors.base00}";
env = "TERM=xterm-256color"; env = "TERM=xterm-256color";
#background_opacity = "0.5"; background_opacity = lib.mkForce "0.6";
font_size = 13; font_size = 13;
# ... # ...
}; };

View File

@@ -62,7 +62,6 @@ in {
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# hyprland stuff # hyprland stuff
patchedWaybar
dunst dunst
swww swww
rofi-wayland rofi-wayland