@@ -38,6 +38,7 @@
 | 
			
		||||
          vim-latex-live-preview
 | 
			
		||||
          lspkind-nvim
 | 
			
		||||
          catppuccin-nvim
 | 
			
		||||
          yuck-vim
 | 
			
		||||
        ];
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,12 @@
 | 
			
		||||
    hostName = "satori";
 | 
			
		||||
    hostId = "beca3df0";
 | 
			
		||||
    defaultGateway = "192.168.1.1";
 | 
			
		||||
    wireless = {
 | 
			
		||||
      enable = false;
 | 
			
		||||
      iwd.enable = true;
 | 
			
		||||
      interfaces = [ "wlp0s20f3" ];
 | 
			
		||||
    };
 | 
			
		||||
    networkmanager.enable = true;
 | 
			
		||||
    wireless.interfaces = [ "wlp0s20f3" ];
 | 
			
		||||
    firewall = {
 | 
			
		||||
      allowedTCPPorts = [ 22 18172 6600 8001 25565 ];
 | 
			
		||||
      allowedUDPPorts = [ 22 17840 18172 ];
 | 
			
		||||
 
 | 
			
		||||
@@ -46,6 +46,5 @@
 | 
			
		||||
    adb.enable = true;
 | 
			
		||||
    light.enable = true;
 | 
			
		||||
    gamemode.enable = true;
 | 
			
		||||
    nm-applet.enable = true;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -23,17 +23,17 @@
 | 
			
		||||
  console.useXkbConfig = true;
 | 
			
		||||
 | 
			
		||||
  fonts.fonts = with pkgs; [
 | 
			
		||||
    fira-mono
 | 
			
		||||
    fira-code
 | 
			
		||||
    fira-mono
 | 
			
		||||
    monoid
 | 
			
		||||
    font-awesome
 | 
			
		||||
    material-icons
 | 
			
		||||
    material-design-icons
 | 
			
		||||
    lohit-fonts.devanagari
 | 
			
		||||
    lohit-fonts.gurmukhi
 | 
			
		||||
    nerdfonts
 | 
			
		||||
    font-awesome
 | 
			
		||||
    monoid
 | 
			
		||||
    office-code-pro
 | 
			
		||||
    eb-garamond
 | 
			
		||||
    noto-fonts-cjk
 | 
			
		||||
    hanazono
 | 
			
		||||
    takao
 | 
			
		||||
    liberation_ttf
 | 
			
		||||
  ];
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,8 @@
 | 
			
		||||
{
 | 
			
		||||
  xdg.portal = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    extraPortals = [ inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland ];
 | 
			
		||||
    extraPortals = [
 | 
			
		||||
      inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user