Compare commits

...

2 commits

3 changed files with 8 additions and 20 deletions

View file

@ -127,7 +127,7 @@ in {
settings = {
"$mod" = "SUPER";
"$menu" = "tofi";
"$terminal" = "ghostty";
"$terminal" = "foot";
exec = [
# Fix laptop monitor getting turned on while my external monitor connected

View file

@ -28,7 +28,7 @@
horizontal = true;
history = false;
require-match = false;
terminal = "ghostty";
terminal = "foot";
outline-width = 0;
border-width = 0;
min-input-width = 120;
@ -43,18 +43,6 @@
# Install foot
programs.foot.enable = true;
programs.ghostty = {
enable = true;
enableZshIntegration = true;
installVimSyntax = true;
settings = {
window-decoration = false;
mouse-hide-while-typing = true;
resize-overlay = "never";
window-padding-balance = true;
};
};
# Setup and enable mako
services.mako = {
enable = true;

View file

@ -26,18 +26,18 @@
# Change u those fonts
stylix.fonts = {
serif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Serif";
package = pkgs.source-serif;
name = "Source Serif";
};
sansSerif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans";
package = pkgs.source-sans;
name = "Source Sans";
};
monospace = {
package = pkgs.nerd-fonts.commit-mono;
name = "CommitMono Nerd Font";
package = pkgs.nerd-fonts.jetbrains-mono;
name = "JetbrainsMono Nerd Font";
};
emoji = {