feat: HomeManager | switch terminal to ghostty
This commit is contained in:
@@ -25,7 +25,7 @@ monitor=,preferred,auto,auto
|
|||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = alacritty
|
$terminal = ghostty
|
||||||
$fileManager = dolphin
|
$fileManager = dolphin
|
||||||
$menu = wofi --show drun
|
$menu = wofi --show drun
|
||||||
|
|
||||||
|
|||||||
17
home/shahab/common/optional/ghostty.nix
Normal file
17
home/shahab/common/optional/ghostty.nix
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.ghostty = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
theme = "catppuccin-mocha";
|
||||||
|
font-family = config.hostSpec.font;
|
||||||
|
font-size = 14;
|
||||||
|
initial-command = "tmux";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
(map (config: "${builtins.toString ./.}/common/optional/${config}.nix") [
|
(map (config: "${builtins.toString ./.}/common/optional/${config}.nix") [
|
||||||
"btop"
|
"btop"
|
||||||
"firefox"
|
"firefox"
|
||||||
|
"ghostty"
|
||||||
"hyprland"
|
"hyprland"
|
||||||
"misc-packages"
|
"misc-packages"
|
||||||
"nvim"
|
"nvim"
|
||||||
|
|||||||
Reference in New Issue
Block a user