removed some gnome packages and upped starship limit

Changed files
+7 -1
home
+6
configuration.nix
··· 36 36 services.desktopManager = { 37 37 gnome.enable = true; 38 38 }; 39 + 40 + environment.gnome.excludePackages = with pkgs; [ 41 + epiphany 42 + simple-scan 43 + ]; 44 + 39 45 networking.hostName = "bobcat"; 40 46 services.xserver = { 41 47 xkb.layout = "us";
+1 -1
home/gen.nix
··· 46 46 starship = { 47 47 enable = true; 48 48 settings = { 49 - command_timeout = 1000; 49 + command_timeout = 10000; 50 50 }; 51 51 }; 52 52