fix build err
This commit is contained in:
@@ -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;
|
||||||
# ...
|
# ...
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user