kitty is causing errors
This commit is contained in:
+4
-4
@@ -652,9 +652,9 @@ Sets theming for the terminal
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Example for terminal (NVF = Neovim/terminal flavor)
|
# (NVF = Neovim/terminal flavor)
|
||||||
stylix.targets.nvf.enable = true;
|
stylix.targets.nvf.enable = true;
|
||||||
# Optional: feh wallpaper integration
|
# feh wallpaper integration
|
||||||
stylix.targets.feh.enable = true;
|
stylix.targets.feh.enable = true;
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -1360,7 +1360,7 @@ This is top file of this level which contains just an import statement for all r
|
|||||||
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
#./kitty.nix
|
./kitty.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
./emacs.nix
|
./emacs.nix
|
||||||
@@ -1379,7 +1379,7 @@ in
|
|||||||
{
|
{
|
||||||
home-manager.users.${user.username} = {
|
home-manager.users.${user.username} = {
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
programs.kitty.extraConfig = "";
|
#programs.kitty.extraConfig = "";
|
||||||
xdg.configFile."kitty/kitty.conf".source = kittyConf;
|
xdg.configFile."kitty/kitty.conf".source = kittyConf;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Example for terminal (NVF = Neovim/terminal flavor)
|
# (NVF = Neovim/terminal flavor)
|
||||||
stylix.targets.nvf.enable = true;
|
stylix.targets.nvf.enable = true;
|
||||||
# Optional: feh wallpaper integration
|
# feh wallpaper integration
|
||||||
stylix.targets.feh.enable = true;
|
stylix.targets.feh.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ in
|
|||||||
{
|
{
|
||||||
home-manager.users.${user.username} = {
|
home-manager.users.${user.username} = {
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
programs.kitty.extraConfig = "";
|
#programs.kitty.extraConfig = "";
|
||||||
xdg.configFile."kitty/kitty.conf".source = kittyConf;
|
xdg.configFile."kitty/kitty.conf".source = kittyConf;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
#./kitty.nix
|
./kitty.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
./emacs.nix
|
./emacs.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user