Regenerated
This commit is contained in:
+282
-297
File diff suppressed because it is too large
Load Diff
+2
-17
@@ -451,11 +451,8 @@ This file sets up Kitty terminal
|
|||||||
{ lib, pkgs, config, flakeRoot, ... }:
|
{ lib, pkgs, config, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
|
|
||||||
#################################
|
|
||||||
# Optional extra config snippet
|
|
||||||
#################################
|
|
||||||
extraConfigFile = "${flakeRoot}/generated/.config/kitty/extra.conf";
|
extraConfigFile = "${flakeRoot}/generated/.config/kitty/extra.conf";
|
||||||
|
|
||||||
extraConfig =
|
extraConfig =
|
||||||
@@ -471,20 +468,12 @@ in
|
|||||||
pkgs.kitty
|
pkgs.kitty
|
||||||
];
|
];
|
||||||
|
|
||||||
#################################
|
|
||||||
# Stylix (system-level)
|
|
||||||
#################################
|
|
||||||
stylix.targets.kitty.enable = true;
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Home Manager
|
# Home Manager
|
||||||
#################################
|
#################################
|
||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
"${username}" = {
|
"${username}" = {
|
||||||
|
|
||||||
#################################
|
|
||||||
# Kitty config (single source of truth)
|
|
||||||
#################################
|
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@@ -498,14 +487,10 @@ in
|
|||||||
background_blur = 5;
|
background_blur = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
#################################
|
|
||||||
# Add your repo config safely
|
|
||||||
#################################
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# Your additional config
|
|
||||||
${extraConfig}
|
${extraConfig}
|
||||||
|
|
||||||
# Theme include (Stylix usually handles this, but safe fallback)
|
# Theme
|
||||||
include themes/Catppuccin-Mocha.conf
|
include themes/Catppuccin-Mocha.conf
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
{ lib, pkgs, config, flakeRoot, ... }:
|
{ lib, pkgs, config, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
|
|
||||||
#################################
|
|
||||||
# Optional extra config snippet
|
|
||||||
#################################
|
|
||||||
extraConfigFile = "${flakeRoot}/generated/.config/kitty/extra.conf";
|
extraConfigFile = "${flakeRoot}/generated/.config/kitty/extra.conf";
|
||||||
|
|
||||||
extraConfig =
|
extraConfig =
|
||||||
@@ -21,20 +18,12 @@ in
|
|||||||
pkgs.kitty
|
pkgs.kitty
|
||||||
];
|
];
|
||||||
|
|
||||||
#################################
|
|
||||||
# Stylix (system-level)
|
|
||||||
#################################
|
|
||||||
stylix.targets.kitty.enable = true;
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Home Manager
|
# Home Manager
|
||||||
#################################
|
#################################
|
||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
"${username}" = {
|
"${username}" = {
|
||||||
|
|
||||||
#################################
|
|
||||||
# Kitty config (single source of truth)
|
|
||||||
#################################
|
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@@ -48,14 +37,10 @@ in
|
|||||||
background_blur = 5;
|
background_blur = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
#################################
|
|
||||||
# Add your repo config safely
|
|
||||||
#################################
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# Your additional config
|
|
||||||
${extraConfig}
|
${extraConfig}
|
||||||
|
|
||||||
# Theme include (Stylix usually handles this, but safe fallback)
|
# Theme
|
||||||
include themes/Catppuccin-Mocha.conf
|
include themes/Catppuccin-Mocha.conf
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user