tweaks to the i3 configuration now that Im actually testing on real hardware.
This commit is contained in:
		
							parent
							
								
									2bcc6c86aa
								
							
						
					
					
						commit
						d3e13cf0f0
					
				
					 9 changed files with 52 additions and 11 deletions
				
			
		
							
								
								
									
										25
									
								
								configs/home-manager/ghostty.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								configs/home-manager/ghostty.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,25 @@
 | 
			
		|||
{
 | 
			
		||||
  config,
 | 
			
		||||
  pkgs,
 | 
			
		||||
  lib,
 | 
			
		||||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  home.packages = with pkgs; [
 | 
			
		||||
    fira-code
 | 
			
		||||
    # monocraft
 | 
			
		||||
    # miracode
 | 
			
		||||
    nerd-fonts.symbols-only
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  programs.ghostty = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    settings = {
 | 
			
		||||
      font-family = "Fira Code";
 | 
			
		||||
      theme = "Gruvbox Dark";
 | 
			
		||||
      font-size = 12;
 | 
			
		||||
      background-opacity = 0.8;
 | 
			
		||||
      background-blur = true;
 | 
			
		||||
      window-decoration = "server";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -13,7 +13,7 @@
 | 
			
		|||
 | 
			
		||||
  programs.kitty = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    font.name = "FiraCode";
 | 
			
		||||
    font.name = "Fira Code";
 | 
			
		||||
    themeFile = "gruvbox-dark";
 | 
			
		||||
    settings = {
 | 
			
		||||
      background_opacity = "0.8";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,8 @@
 | 
			
		|||
}: {
 | 
			
		||||
  services.picom = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    # backend = "glx";
 | 
			
		||||
    backend = "glx";
 | 
			
		||||
    extraArgs = ["--transparent-clipping"];
 | 
			
		||||
  };
 | 
			
		||||
  xsession.windowManager.i3.config.startup = [
 | 
			
		||||
    {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue