Added Ghostty & Kitty, only using Ghostty
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
# ./alacritty.nix
|
||||
./firefox.nix
|
||||
./ghostty.nix
|
||||
./git.nix
|
||||
# ./kitty.nix
|
||||
./hypr
|
||||
./mango.nix
|
||||
./nvf.nix
|
||||
|
||||
13
modules/home/ghostty.nix
Normal file
13
modules/home/ghostty.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
theme = "Catppuccin Mocha";
|
||||
};
|
||||
systemd.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -37,6 +37,7 @@
|
||||
"systemctl --user enable --now waybar.service"
|
||||
"systemctl --user enable --now hyprpolkitagent.service"
|
||||
"wpaperd -d"
|
||||
"systemctl enable --user app-com.mitchellh.ghostty.service"
|
||||
];
|
||||
|
||||
env = [
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
bind = [
|
||||
"$mod, Q, killactive"
|
||||
"$mod, W, exec, alacritty"
|
||||
"$mod, W, exec, ghostty +new-window"
|
||||
"$mod, S, exec, rofi -show drun -show-icons"
|
||||
|
||||
# Window Movement
|
||||
|
||||
14
modules/home/kitty.nix
Normal file
14
modules/home/kitty.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
font = {
|
||||
name = "FiraCode Nerd Font";
|
||||
};
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user